Constant K8S_DAEMONSET_NODE_DESIRED_SCHEDULED
pub const K8S_DAEMONSET_NODE_DESIRED_SCHEDULED: &'static str;Available on crate features
opentelemetry and semconv_experimental only.Expand description
§Description
Number of nodes that should be running the daemon pod (including nodes currently running the daemon pod).
§Notes
This metric aligns with the desiredNumberScheduled field of the
K8s DaemonSetStatus
§Metadata
| Instrument: | updowncounter |
| Unit: | {node} |
| Status: | Development |