Skip to content

Commit a605cec

Browse files
authored
chore(KFLUXSPRT-3661): Forward kube_deployment_spec_replicas for konflux_user_support (#7421)
1 parent a3fa497 commit a605cec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

components/monitoring/prometheus/base/monitoringstack/monitoringstack.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,8 @@ spec:
231231
- '{__name__="kube_deployment_spec_replicas", namespace="openshift-kube-apiserver"}'
232232

233233
# Namespace (expression): "konflux-user-support"
234-
- '{__name__="kube_deployment_status_replicas_available", namespace="konflux-user-support"}'
234+
- '{__name__="kube_deployment_status_replicas_available", namespace="konflux-user-support"}'
235+
- '{__name__="kube_deployment_spec_replicas", namespace="konflux-user-support"}'
235236

236237
- '{__name__="argocd_app_reconcile_bucket", namespace="gitops-service-argocd"}'
237238
- '{__name__="argocd_app_info", namespace="gitops-service-argocd"}'

0 commit comments

Comments
 (0)