Semantic conventionsv1.36.0
since v1.35.00 breaking2 notable5 editorial
From the upstream release notes
- os: Adds the 'deprecated:' tag/attribute to the z_os enum value of os.type. This value was recently deprecated in v1.35.0.
- otel: Replaces otel.sdk.span.ended with otel.sdk.span.started and allow differentiation based on the parent span origin
- db: Add database context propagation via SET CONTEXT_INFO for SQL Server
- entities: Adds support for Entity registry and Entity stabilization policies.
- cloud: Exclude deprecated Azure members from code generation on the cloud.platform attribute (#2477, #2455)
Notable2
- deprecatedmetricotel.sdk.span.endedDeprecated (obsoleted).
- deprecatedmetricotel.sdk.span.ended.countDeprecated (obsoleted).
Editorial5
- addedmetricotel.sdk.span.startedThe number of created spans
- addedattributeotel.span.parent.originDetermines whether the span has a parent span, and if so, whether it is a remote parent
- guidancemetricotel.sdk.span.endedGuidance note changed.
- guidancemetricotel.sdk.span.liveGuidance note changed.
- wordingmetricotel.sdk.span.ended.countUse
otel.sdk.span.startedminusotel.sdk.span.liveto derive this value.