service.criticality
Alphaenumas of v1.44.0
The operational criticality of the service.
Application developers are encouraged to set service.criticality to express the operational importance of their services. Telemetry consumers MAY use this attribute to optimize telemetry collection or improve user experience.
Examples
- critical
- high
- medium
- low
Values (4)
criticalService is business-critical; downtime directly impacts revenue, user experience, or core functionality.highService is important but has degradation tolerance or fallback mechanisms.mediumService provides supplementary functionality; degradation has limited user impact.lowService is non-essential to core operations; used for background tasks or internal tools.
Used by
entitys (1)
- service
* required on that signal.
History
Stability label respelled from development to alpha.
Added as development.