Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 900 Bytes

daemonset-metrics.md

File metadata and controls

10 lines (9 loc) · 900 Bytes

DaemonSet Metrics

Metric name Metric type Labels/tags
kube_daemonset_status_current_number_scheduled Gauge daemonset=<daemonset-name>
namespace=<daemonset-namespace>
kube_daemonset_status_number_misscheduled Gauge daemonset=<daemonset-name>
namespace=<daemonset-namespace>
kube_daemonset_status_desired_number_scheduled Gauge daemonset=<daemonset-name>
namespace=<daemonset-namespace>
kube_daemonset_status_number_ready Gauge daemonset=<daemonset-name>
namespace=<daemonset-namespace>
kube_daemonset_metadata_generation Gauge daemonset=<daemonset-name>
namespace=<daemonset-namespace>
kube_daemonset_created Gauge daemonset=<daemonset-name>
namespace=<daemonset-namespace>