-
Notifications
You must be signed in to change notification settings - Fork 329
Open
Labels
toolingRegarding build, workflows, build-tools, ...Regarding build, workflows, build-tools, ...
Description
OTel weaver supports defining semantic conventions with dependencies
This allows to define convention registries that are based on otel, but not part of this repo, which is useful for:
- unique instrumentations that exist in collector or language contrib repositories. Such conventions are still necessary, but as a documentation / formal schema rather than a 'standard'
- native instrumentations where component authors should own their schema
- company / organization / team-specific conventions
While tooling supports it today, it goes through major improvement round (open-telemetry/opentelemetry-specification#4815), is not fully documented.
We should have
- example(s) of how it can be done in weaver-examples. PoC - [WIP] Add example of instrumentation-specific conventions opentelemetry-weaver-examples#33
- policies and default templates to help people with validation, doc- and codegen - weaver-packages and https://github.com/jsuereth/weaver/blob/main/docs/specs/default-templates/default_templates.md
- pilot project with interested SIG
- guidance and links in this repo
Most of this work needs to happen outside of this repo, but adding issue here to track the e2e and advertise the work.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
toolingRegarding build, workflows, build-tools, ...Regarding build, workflows, build-tools, ...
Type
Projects
Status
Need triage