Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 1.18 KB

File metadata and controls

17 lines (11 loc) · 1.18 KB

Event

Event Attributes

Attributes for Events represented using Log Records.

Attribute Type Description Examples Stability
event.name string Identifies the class / type of event. [1] browser.mouse.click; device.app.lifecycle Experimental

[1]: 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.