15 lines
475 B
YAML
15 lines
475 B
YAML
groups:
|
|
- id: registry.event.deprecated
|
|
type: attribute_group
|
|
display_name: Event Attributes
|
|
brief: >
|
|
Attributes for Events represented using Log Records.
|
|
attributes:
|
|
- id: event.name
|
|
type: string
|
|
stability: experimental
|
|
deprecated: "Replaced by EventName top-level field on the LogRecord"
|
|
brief: >
|
|
Identifies the class / type of event.
|
|
examples: ["browser.mouse.click", "device.app.lifecycle"]
|