Skip to main content

EVENT_NAME

Constant EVENT_NAME 

pub const EVENT_NAME: &'static str;
👎Deprecated:

{note: The value of this attribute MUST now be set as the value of the EventName field on the LogRecord to indicate that the LogRecord represents an Event. , reason: uncategorized}

Available on crate features opentelemetry and semconv_experimental only.
Expand description

Identifies the class / type of event.

§Notes

§Examples

  • "browser.mouse.click"
  • "device.app.lifecycle"