semantic-conventions/model/logs/mobile-events.yaml

18 lines
528 B
YAML

groups:
- id: ios.lifecycle.events
type: event
name: device.app.lifecycle
brief: >
This event represents an occurrence of a lifecycle transition on the iOS platform.
attributes:
- ref: ios.state
requirement_level: "required"
- id: android.lifecycle.events
type: event
name: device.app.lifecycle
brief: >
This event represents an occurrence of a lifecycle transition on the Android platform.
attributes:
- ref: android.state
requirement_level: required