Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 1.44 KB

daemonset-metrics.md

File metadata and controls

14 lines (13 loc) · 1.44 KB

DaemonSet Metrics

Metric name Metric type Labels/tags
kube_daemonset_created Gauge daemonset=<daemonset-name>
namespace=<daemonset-namespace>
kube_daemonset_status_current_number_scheduled Gauge daemonset=<daemonset-name>
namespace=<daemonset-namespace>
kube_daemonset_status_desired_number_scheduled Gauge daemonset=<daemonset-name>
namespace=<daemonset-namespace>
kube_daemonset_status_number_available Gauge daemonset=<daemonset-name>
namespace=<daemonset-namespace>
kube_daemonset_status_number_misscheduled Gauge daemonset=<daemonset-name>
namespace=<daemonset-namespace>
kube_daemonset_status_number_ready Gauge daemonset=<daemonset-name>
namespace=<daemonset-namespace>
kube_daemonset_status_number_unavailable Gauge daemonset=<daemonset-name>
namespace=<daemonset-namespace>
kube_daemonset_updated_number_scheduled Gauge daemonset=<daemonset-name>
namespace=<daemonset-namespace>
kube_daemonset_metadata_generation Gauge daemonset=<daemonset-name>
namespace=<daemonset-namespace>
kube_daemonset_labels Gauge daemonset=<daemonset-name>
namespace=<daemonset-namespace>
label_DAEMONSET_LABEL=<DAEMONSET_LABEL>