[feature request] Support populating new LogRecord.EventName
from log record EventId
#6108
Labels
enhancement
New feature or request
needs-triage
New issues which have not been classified or triaged by a community member
pkg:OpenTelemetry
Issues related to OpenTelemetry NuGet package
Milestone
Package
OpenTelemetry
Is your feature request related to a problem?
Since LogRecord now has top-level
EventName
proto field, OTel should support mappingEventId.EventName
provided toILogger.Log
.What is the expected behavior?
This example
opentelemetry-dotnet/docs/logs/complex-objects/Program.cs
Lines 17 to 38 in b508b84
should produce a LogRecord (over OTLP) with EventName property set instead of
event.name
.Which alternative solutions or features have you considered?
n/a
Additional context
No response
The text was updated successfully, but these errors were encountered: