From b3f64d73e68dc7936879d48314167328e1ddd73a Mon Sep 17 00:00:00 2001 From: Yun-Ting Lin Date: Tue, 29 Mar 2022 19:55:47 -0700 Subject: [PATCH] changelog update (#3104) Co-authored-by: Cijo Thomas --- src/OpenTelemetry.Exporter.Jaeger/CHANGELOG.md | 10 +++++++--- src/OpenTelemetry.Exporter.Zipkin/CHANGELOG.md | 10 +++++++--- 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/src/OpenTelemetry.Exporter.Jaeger/CHANGELOG.md b/src/OpenTelemetry.Exporter.Jaeger/CHANGELOG.md index 4ff60447049..b840e282d1f 100644 --- a/src/OpenTelemetry.Exporter.Jaeger/CHANGELOG.md +++ b/src/OpenTelemetry.Exporter.Jaeger/CHANGELOG.md @@ -3,9 +3,13 @@ ## Unreleased * Added support for Activity Status and StatusDescription which were - added to Activity from version 6.0. To maintain backward - compatibility, the exporter falls back to checking status inside - the tag "otel.status_code". + added to Activity from `System.Diagnostics.DiagnosticSource` version 6.0. + Prior to version 6.0, setting the status of an Activity was provided by the + .NET OpenTelemetry API via the `Activity.SetStatus` extension method in the + `OpenTelemetry.Trace` namespace. Internally, this extension method added the + status as tags on the Activity: `otel.status_code` and `otel.status_description`. + Therefore, to maintain backward compatibility, the exporter falls back to using + these tags to infer status. ([#3073](https://github.com/open-telemetry/opentelemetry-dotnet/pull/3073)) ## 1.2.0-rc3 diff --git a/src/OpenTelemetry.Exporter.Zipkin/CHANGELOG.md b/src/OpenTelemetry.Exporter.Zipkin/CHANGELOG.md index 5a20b098673..c5b640709bf 100644 --- a/src/OpenTelemetry.Exporter.Zipkin/CHANGELOG.md +++ b/src/OpenTelemetry.Exporter.Zipkin/CHANGELOG.md @@ -3,9 +3,13 @@ ## Unreleased * Added support for Activity Status and StatusDescription which were - added to Activity from version 6.0. To maintain backward - compatibility, the exporter falls back to checking status inside - the special tags "otel.status_code", "otel.status_description". + added to Activity from `System.Diagnostics.DiagnosticSource` version 6.0. + Prior to version 6.0, setting the status of an Activity was provided by the + .NET OpenTelemetry API via the `Activity.SetStatus` extension method in the + `OpenTelemetry.Trace` namespace. Internally, this extension method added the + status as tags on the Activity: `otel.status_code` and `otel.status_description`. + Therefore, to maintain backward compatibility, the exporter falls back to using + these tags to infer status. ([#3003](https://github.com/open-telemetry/opentelemetry-dotnet/pull/3003)) ## 1.2.0-rc3