pub const K8S_DAEMONSET_READY_NODES: &str = "k8s.daemonset.ready_nodes";
Expand description
§Description
Number of nodes that should be running the daemon pod and have one or more of the daemon pod running and ready
§Notes
This metric aligns with the numberReady
field of the
K8s DaemonSetStatus.
This metric SHOULD, at a minimum, be reported against a
k8s.daemonset
resource
§Metadata
Instrument: | updowncounter |
Unit: | {node} |
Status: | Development |