File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
OpenTelemetry.Exporter.OpenTelemetryProtocol Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,8 @@ Notes](../../RELEASENOTES.md).
66
77## Unreleased
88
9- * Added the ` EventName ` property to ` LogRecordData ` ([ #6306 ] ( https://github.com/open-telemetry/opentelemetry-dotnet/pull/6306 ) )
9+ * Experimental (only in pre-release versions): Added the ` EventName ` property to ` LogRecordData `
10+ ([ #6306 ] ( https://github.com/open-telemetry/opentelemetry-dotnet/pull/6306 ) )
1011
1112* Added ` AddLink(SpanContext, SpanAttributes?) ` to ` TelemetrySpan ` to support
1213 linking spans and associating optional attributes for advanced trace relationships.
Original file line number Diff line number Diff line change @@ -12,9 +12,12 @@ Notes](../../RELEASENOTES.md).
1212 write position, resulting in gRPC protocol errors.
1313 ([ #6280 ] ( https://github.com/open-telemetry/opentelemetry-dotnet/pull/6280 ) )
1414
15- * ** Breaking change** : If ` EventName ` is specified either through ` ILogger `
16- or the log bridge API, it is exported as ` EventName ` instead of
17- ` logrecord.event.name ` .
15+ * If ` EventName ` is specified either through ` ILogger ` or the experimental
16+ log bridge API, it is exported as ` EventName ` by default instead of
17+ ` logrecord.event.name ` which was previously behind the
18+ ` OTEL_DOTNET_EXPERIMENTAL_OTLP_EMIT_EVENT_LOG_ATTRIBUTES ` feature flag.
19+ Note that exporting ` logrecord.even.id ` is still behind that same feature
20+ flag. ([ #6306 ] ( https://github.com/open-telemetry/opentelemetry-dotnet/pull/6306 ) )
1821
1922## 1.12.0
2023
You can’t perform that action at this time.
0 commit comments