v1.33.0
This release marks the first where the core of database semantic conventions have stabilized.
This site tracks pull requests to the OpenTelemetry Specification, Semantic Conventions, and Proto Definitions. The following items are tracked:
The goal of this site is to give maintainers a single reference for important cross-functional changes.
To add a Pull Request to this feed, label it with changelog.opentelemetry.io
This release marks the first where the core of database semantic conventions have stabilized.
This OTEP defines a EntityProvider, to enable the updating of resources that have a lifespan shorter than the lifespan of the application instance.
This OTEP is currently a draft. The primary open question is how to handle active spans that are already running when a resource change is made. Please see the OTEP for details.
Fixes #4220
Already used by Rust; https://github.com/open-telemetry/opentelemetry-specification/issues/4220#issuecomment-2828399052:
Fixes #4450
Moved the InstrumentationScope
definition from glossary into common/README.md, and massaged it using normative language. Also removed the compile-time concept restriction (as clarified in the related issue, this limitation does not exist in a few SIGs).
Related to #4468, #4414
This OTEP suggests a path forward on how to support complex attributes. It proposes to:
propagation
Fixes #4470
Fixes #4298
This PR adds the MeasurementProcessor
concept to the Metrics SDK specification.