Skip to content

Commit

Permalink
Merge branch 'main' into MSNev/EventBody
Browse files Browse the repository at this point in the history
  • Loading branch information
trisch-me authored Aug 12, 2024
2 parents 42b7a6c + fd21ab1 commit 359d925
Show file tree
Hide file tree
Showing 18 changed files with 1,293 additions and 103 deletions.
8 changes: 6 additions & 2 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
# https://help.github.com/en/articles/about-code-owners
#

* @lquerel @jsuereth
# Global owners, will be the owners for everything in the repo

CODEOWNERS @lquerel @jsuereth
* @open-telemetry/weaver-maintainers

# Semantic conventions schema
/schemas/semconv.schema.json @open-telemetry/specs-semconv-approvers
/schemas/semconv-syntax.md @open-telemetry/specs-semconv-approvers
12 changes: 11 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,16 @@ A PR is considered to be ready to merge when:

Any Maintainer can merge the PR once it is ready to merge. Note, that some PRs may not be merged immediately if the repo is in the process of a release and the maintainers decided to defer the PR to the next release train. Also, maintainers may decide to wait for more than one approval for certain PRs, particularly ones that are affecting multiple areas, or topics that may warrant more discussion.

### How to suggest semantic convention schema changes

Before introducing any non-trivial schema changes, we recommend discussing them in the
[semantic-conventions](https://github.com/open-telemetry/semantic-conventions) repo.

Changes affecting semantic conventions schema should be reflected in the formal schema definition and require approval from @open-telemetry/specs-semconv-approvers.

Semantic conventions schema is formally defined in [semconv.schema.json](./schemas/semconv.schema.json),
human-readable documentation is available in [semconv-syntax.md](./schemas/semconv-syntax.md).

### Creating a New Release for the Weaver Project

To create a new release for the Weaver project, follow these steps. This process ensures that the release is properly
Expand Down Expand Up @@ -147,7 +157,7 @@ The OpenTelemetry Weaver was initially developed in the

For github groups see the [codeowners](CODEOWNERS) file.

### Maintainers
### Maintainers (@open-telemetry/weaver-maintainers)

- [Laurent Quérel](https://github.com/lquerel) F5 Networks
- [Josh Suereth](https://github.com/jsuereth) Google LLC
Expand Down
Loading

0 comments on commit 359d925

Please sign in to comment.