|
1 | 1 | # PodDisruptionBudget Metrics
|
2 | 2 |
|
3 |
| -| Metric name | Metric type | Description | Labels/tags | Status | |
4 |
| -| ------------------------------------------------------- | ----------- | ------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------ | |
| 3 | +| Metric name | Metric type | Description | Labels/tags | Status | |
| 4 | +| ------------------------------------------------------- | ----------- | --------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------ | |
5 | 5 | | kube_poddisruptionbudget_annotations | Gauge | Kubernetes annotations converted to Prometheus labels controlled via [--metric-annotations-allowlist](../../developer/cli-arguments.md) | `poddisruptionbudget`=<poddisruptionbudget-name> <br> `namespace`=<poddisruptionbudget-namespace> <br> `annotation_PODDISRUPTIONBUDGET_ANNOTATION`=<PODDISRUPTIONBUDGET_ANNOATION> | EXPERIMENTAL |
|
6 | 6 | | kube_poddisruptionbudget_labels | Gauge | Kubernetes labels converted to Prometheus labels controlled via [--metric-labels-allowlist](../../developer/cli-arguments.md) | `poddisruptionbudget`=<poddisruptionbudget-name> <br> `namespace`=<poddisruptionbudget-namespace> <br> `label_PODDISRUPTIONBUDGET_LABEL`=<PODDISRUPTIONBUDGET_ANNOATION> | EXPERIMENTAL |
|
7 |
| -| kube_poddisruptionbudget_created | Gauge | | `poddisruptionbudget`=<pdb-name> <br> `namespace`=<pdb-namespace> | STABLE | |
8 |
| -| kube_poddisruptionbudget_status_current_healthy | Gauge | | `poddisruptionbudget`=<pdb-name> <br> `namespace`=<pdb-namespace> | STABLE | |
9 |
| -| kube_poddisruptionbudget_status_desired_healthy | Gauge | | `poddisruptionbudget`=<pdb-name> <br> `namespace`=<pdb-namespace> | STABLE | |
10 |
| -| kube_poddisruptionbudget_status_pod_disruptions_allowed | Gauge | | `poddisruptionbudget`=<pdb-name> <br> `namespace`=<pdb-namespace> | STABLE | |
11 |
| -| kube_poddisruptionbudget_status_expected_pods | Gauge | | `poddisruptionbudget`=<pdb-name> <br> `namespace`=<pdb-namespace> | STABLE | |
12 |
| -| kube_poddisruptionbudget_status_observed_generation | Gauge | | `poddisruptionbudget`=<pdb-name> <br> `namespace`=<pdb-namespace> | STABLE | |
| 7 | +| kube_poddisruptionbudget_created | Gauge | | `poddisruptionbudget`=<pdb-name> <br> `namespace`=<pdb-namespace> | STABLE | |
| 8 | +| kube_poddisruptionbudget_status_current_healthy | Gauge | | `poddisruptionbudget`=<pdb-name> <br> `namespace`=<pdb-namespace> | STABLE | |
| 9 | +| kube_poddisruptionbudget_status_desired_healthy | Gauge | | `poddisruptionbudget`=<pdb-name> <br> `namespace`=<pdb-namespace> | STABLE | |
| 10 | +| kube_poddisruptionbudget_status_pod_disruptions_allowed | Gauge | | `poddisruptionbudget`=<pdb-name> <br> `namespace`=<pdb-namespace> | STABLE | |
| 11 | +| kube_poddisruptionbudget_status_expected_pods | Gauge | | `poddisruptionbudget`=<pdb-name> <br> `namespace`=<pdb-namespace> | STABLE | |
| 12 | +| kube_poddisruptionbudget_status_observed_generation | Gauge | | `poddisruptionbudget`=<pdb-name> <br> `namespace`=<pdb-namespace> | STABLE | |
| 13 | +| kube_poddisruptionbudget_deletion_timestamp | Gauge | | `poddisruptionbudget`=<pdb-name> <br> `namespace`=<pdb-namespace> | EXPERIMENTAL | |
0 commit comments