We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3fa497 commit a605cecCopy full SHA for a605cec
components/monitoring/prometheus/base/monitoringstack/monitoringstack.yaml
@@ -231,7 +231,8 @@ spec:
231
- '{__name__="kube_deployment_spec_replicas", namespace="openshift-kube-apiserver"}'
232
233
# Namespace (expression): "konflux-user-support"
234
- - '{__name__="kube_deployment_status_replicas_available", namespace="konflux-user-support"}'
+ - '{__name__="kube_deployment_status_replicas_available", namespace="konflux-user-support"}'
235
+ - '{__name__="kube_deployment_spec_replicas", namespace="konflux-user-support"}'
236
237
- '{__name__="argocd_app_reconcile_bucket", namespace="gitops-service-argocd"}'
238
- '{__name__="argocd_app_info", namespace="gitops-service-argocd"}'
0 commit comments