Constant K8S_POD_STATUS_REASON
pub const K8S_POD_STATUS_REASON: &'static str;Available on crate features
opentelemetry and semconv_experimental only.Expand description
§Description
Describes the number of K8s Pods that are currently in a state for a given reason.
§Notes
All possible pod status reasons will be reported at each time interval to avoid missing metrics. Only the value corresponding to the current reason will be non-zero
§Metadata
| Instrument: | updowncounter |
| Unit: | {pod} |
| Status: | Development |
§Attributes
| Name | Requirement |
|---|---|
crate::attribute::K8S_POD_STATUS_REASON | Required |