pub const EVENT_NAME: &str = "event.name";
Expand description

Identifies the class / type of event.

Event names are subject to the same rules as attribute names. Notably, event names are namespaced to avoid collisions and provide a clean separation of semantics for events in separate domains like browser, mobile, and kubernetes.

§Examples

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