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 c6ebe43 commit a3fa497Copy full SHA for a3fa497
components/monitoring/prometheus/base/monitoringstack/monitoringstack.yaml
@@ -230,6 +230,9 @@ spec:
230
- '{__name__="kube_deployment_status_replicas_available", namespace="openshift-kube-apiserver"}'
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"}'
235
+
236
- '{__name__="argocd_app_reconcile_bucket", namespace="gitops-service-argocd"}'
237
- '{__name__="argocd_app_info", namespace="gitops-service-argocd"}'
238
- '{__name__="container_cpu_usage_seconds_total", namespace="release-service"}'
0 commit comments