-
Notifications
You must be signed in to change notification settings - Fork 773
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
68b7d6f
commit 2ab1c8c
Showing
1 changed file
with
5 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,19 +15,23 @@ Notes](../../RELEASENOTES.md). | |
* `Grpc.Tools` | ||
|
||
These changes were made to streamline dependencies and reduce the footprint of the exporter. | ||
Check failure on line 17 in src/OpenTelemetry.Exporter.OpenTelemetryProtocol/CHANGELOG.md GitHub Actions / lint-md / run-markdownlintLine length
|
||
([#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 | ||
|
||
|