-
Notifications
You must be signed in to change notification settings - Fork 790
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
33f6a2e
commit 93b7300
Showing
1 changed file
with
2 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 |
---|---|---|
|
@@ -6,7 +6,8 @@ | |
`OTel-OTLP-Exporter-Dotnet/{NuGet Package Version}+{Commit Hash}` | ||
to `OTel-OTLP-Exporter-Dotnet/{NuGet Package Version}`. | ||
([#5528](https://github.com/open-telemetry/opentelemetry-dotnet/pull/5528)) | ||
* Implementation of [OTLP specification](https://github.com/open-telemetry/opentelemetry-proto/blob/v1.2.0/opentelemetry/proto/trace/v1/trace.proto#L112-L133) for propogating `Span` and `SpanLink` flags containing W3C trace flags and `parent_is_remote` information. | ||
* Implementation of [OTLP specification](https://github.com/open-telemetry/opentelemetry-proto/blob/v1.2.0/opentelemetry/proto/trace/v1/trace.proto#L112-L133) for propogating `Span` and `SpanLink` flags containing W3C trace flags and | ||
Check failure on line 9 in src/OpenTelemetry.Exporter.OpenTelemetryProtocol/CHANGELOG.md GitHub Actions / lint-md / run-markdownlintTrailing spaces
Check failure on line 9 in src/OpenTelemetry.Exporter.OpenTelemetryProtocol/CHANGELOG.md GitHub Actions / lint-md / run-markdownlintLine length
|
||
`parent_is_remote` information. | ||
|
||
## 1.8.1 | ||
|
||
|