otel.event.name
Stablestringas of v1.44.0
Identifies the class / type of event.
This attribute SHOULD be used by non-OTLP exporters when destination does not support EventName or equivalent field. This attribute MAY be used by applications using existing logging libraries so that it can be used to set the EventName field by Collector or SDK components.
Examples
- browser.mouse.click
- device.app.lifecycle
History
- v1.41.0stability
Promoted to stable.
Added as development.