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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@
12
12
| 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
13
| kube_deployment_spec_replicas | Gauge | Number of desired pods for a deployment. |`deployment`=<deployment-name> <br> `namespace`=<deployment-namespace>| STABLE |
14
14
| kube_deployment_spec_paused | Gauge | Whether the deployment is paused and will not be processed by the deployment controller. |`deployment`=<deployment-name> <br> `namespace`=<deployment-namespace>| STABLE |
15
-
| kube_deployment_spec_affinity | Gauge | Pod affinity and anti-affinity rules defined in the deployment's pod template specification. |`deployment`=<deployment-name> <br> `namespace`=<deployment-namespace> <br> `affinity`=<podaffinity\|podantiaffinity> <br> `type`=<requiredDuringSchedulingIgnoredDuringExecution\|preferredDuringSchedulingIgnoredDuringExecution> <br> `topology_key`=<topology-key> <br> `label_selector`=<selector-string>| ALPHA |
15
+
| kube_deployment_spec_affinity | Gauge | Pod affinity and anti-affinity rules defined in the deployment's pod template specification. |`deployment`=<deployment-name> <br> `namespace`=<deployment-namespace> <br> `affinity`=<podaffinity\|podantiaffinity> <br> `type`=<requiredDuringSchedulingIgnoredDuringExecution\|preferredDuringSchedulingIgnoredDuringExecution> <br> `topology_key`=<topology-key> <br> `label_selector`=<selector-string><br> `namespace_selector`=<namespace-selector-string> <br> `namespaces`=<comma-separated-namespaces>| ALPHA |
16
16
| kube_deployment_spec_strategy_rollingupdate_max_unavailable | Gauge | Maximum number of unavailable replicas during a rolling update of a deployment. |`deployment`=<deployment-name> <br> `namespace`=<deployment-namespace>| STABLE |
17
17
| kube_deployment_spec_strategy_rollingupdate_max_surge | Gauge | Maximum number of replicas that can be scheduled above the desired number of replicas during a rolling update of a deployment. |`deployment`=<deployment-name> <br> `namespace`=<deployment-namespace>| STABLE |
18
18
| kube_deployment_metadata_generation | Gauge | Sequence number representing a specific generation of the desired state. |`deployment`=<deployment-name> <br> `namespace`=<deployment-namespace>| STABLE |
0 commit comments