Skip to main content

SERVICE_CRITICALITY

Constant SERVICE_CRITICALITY 

pub const SERVICE_CRITICALITY: &'static str;
Available on crate features opentelemetry and semconv_experimental only.
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"