Skip to main content

SERVICE_CRITICALITY

Constant SERVICE_CRITICALITY 

Source
pub const SERVICE_CRITICALITY: &'static str;
Expand description

The operational criticality of the service.

§Notes

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"