From 2ab1c8ce09453f06e1d1c0a8d2f18bc72435f2e2 Mon Sep 17 00:00:00 2001 From: Rajkumar Rangaraj Date: Mon, 9 Dec 2024 12:55:42 -0800 Subject: [PATCH] changelog update --- .../CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/OpenTelemetry.Exporter.OpenTelemetryProtocol/CHANGELOG.md b/src/OpenTelemetry.Exporter.OpenTelemetryProtocol/CHANGELOG.md index 3b2334e7a42..b108853de4c 100644 --- a/src/OpenTelemetry.Exporter.OpenTelemetryProtocol/CHANGELOG.md +++ b/src/OpenTelemetry.Exporter.OpenTelemetryProtocol/CHANGELOG.md @@ -15,19 +15,23 @@ Notes](../../RELEASENOTES.md). * `Grpc.Tools` These changes were made to streamline dependencies and reduce the footprint of the exporter. + ([#6015](https://github.com/open-telemetry/opentelemetry-dotnet/pull/6015)) * Switched from using the `Google.Protobuf` library for serialization to a custom manual implementation of protobuf serialization. + ([#6015](https://github.com/open-telemetry/opentelemetry-dotnet/pull/6015)) * Fixed an issue where a `service.name` was added to the resource if it was missing. The exporter now respects the resource data provided by the SDK without modifications. + ([#6015](https://github.com/open-telemetry/opentelemetry-dotnet/pull/6015)) * Removed the peer service resolver, which was based on earlier experimental semantic conventions that are not part of the stable specification. This change ensures that the exporter no longer modifies or assumes the value of peer service attributes, aligning it more closely with OpenTelemetry protocol - specifications + specifications. + ([#6015](https://github.com/open-telemetry/opentelemetry-dotnet/pull/6015)) ## 1.10.0