You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/metrics/workload/deployment-metrics.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@
8
8
| kube_deployment_status_replicas_available | Gauge | The number of available replicas per deployment. |`deployment`=<deployment-name> <br> `namespace`=<deployment-namespace>| STABLE |
9
9
| kube_deployment_status_replicas_unavailable | Gauge | The number of unavailable replicas per deployment. |`deployment`=<deployment-name> <br> `namespace`=<deployment-namespace>| STABLE |
10
10
| kube_deployment_status_replicas_updated | Gauge | The number of updated replicas per deployment. |`deployment`=<deployment-name> <br> `namespace`=<deployment-namespace>| STABLE |
11
+
| kube_deployment_status_replicas_terminating | Gauge | The number of terminating replicas per deployment. |`deployment`=<deployment-name> <br> `namespace`=<deployment-namespace>| ALPHA |
11
12
| kube_deployment_status_observed_generation | Gauge | The generation observed by the deployment controller. |`deployment`=<deployment-name> <br> `namespace`=<deployment-namespace>| STABLE |
12
13
| kube_deployment_status_condition | Gauge | The current status conditions of a deployment. |`deployment`=<deployment-name> <br> `namespace`=<deployment-namespace> <br> `reason`=<deployment-transition-reason> <br> `condition`=<deployment-condition> <br> `status`=<true\|false\|unknown>| STABLE |
13
14
| kube_deployment_spec_replicas | Gauge | Number of desired pods for a deployment. |`deployment`=<deployment-name> <br> `namespace`=<deployment-namespace>| STABLE |
| kube_replicaset_status_terminating_replicas | Gauge | The number of terminating replicas per ReplicaSet. |`replicaset`=<replicaset-name> <br> `namespace`=<replicaset-namespace>| ALPHA |
0 commit comments