diff --git a/src/OpenTelemetry.Exporter.Zipkin/CHANGELOG.md b/src/OpenTelemetry.Exporter.Zipkin/CHANGELOG.md index 6512672c29b..c515bac5b7a 100644 --- a/src/OpenTelemetry.Exporter.Zipkin/CHANGELOG.md +++ b/src/OpenTelemetry.Exporter.Zipkin/CHANGELOG.md @@ -2,9 +2,9 @@ ## Unreleased -* Zipkin tags used for InstrumentationLibrary changed from `otel.library.name` and +* Zipkin tags used for Instrumentation Library changed from `otel.library.name` and `otel.library.version` to `otel.scope.name` and `otel.scope.version` respectively. - Old versions of attributes are deprecated, but still available + Old versions of attributes are deprecated, but still exported for [backward compatibility](https://github.com/open-telemetry/opentelemetry-specification/blob/v1.31.0/specification/common/mapping-to-non-otlp.md#instrumentationscope). ([#5473](https://github.com/open-telemetry/opentelemetry-dotnet/pull/5473))