-
Notifications
You must be signed in to change notification settings - Fork 278
[otel] add otel.event.name attribute #3034
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
This PR contains changes to area(s) that do not have an active SIG/project and will be auto-closed:
Such changes may be rejected or put on hold until a new SIG/project is established. Please refer to the Semantic Convention Areas |
cijothomas
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
7fddc86
Fixes #2913
This PR introduces the
otel.event.nameattribute for use by non-OTLP exporters and logging libraries.The
otel.event.nameattribute can be used by:EventNamewhen the destination does not supportEventNameor an equivalent fieldEventNamefield by Collector or SDK componentsThis follows a similar pattern to #2715, but uses the
otel.*namespace instead ofevent.*to properly represent OpenTelemetry-specific concepts used for bridging between formats.Example from OTel Go: