File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
components/monitoring/prometheus/base/monitoringstack Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -145,6 +145,14 @@ spec:
145
145
- ' {__name__="kube_deployment_status_replicas_ready", namespace="gitops-service-argocd"}'
146
146
- ' {__name__="kube_deployment_spec_replicas", namespace=~"gitops-service-argocd"}'
147
147
148
+ # Kueue
149
+ - ' {__name__="tekton_kueue_cel_evaluations_total"}'
150
+ - ' {__name__="kube_pod_container_status_restarts_total", namespace=~"tekton-kueue|kueue-external-admission|openshift-kueue-operator"}'
151
+ - ' {__name__="kube_pod_container_status_ready", namespace=~"tekton-kueue|kueue-external-admission|openshift-kueue-operator"}'
152
+ - ' {__name__="kueue_cluster_queue_status"}'
153
+ - ' {__name__="kueue_admission_wait_time_seconds_bucket"}'
154
+ - ' {__name__="apiserver_admission_webhook_request_total", name="pipelinerun-kueue-defaulter.tekton-kueue.io"}'
155
+
148
156
# Namespace (expression): "build-service"
149
157
- ' {__name__="kube_deployment_status_replicas_ready", namespace="build-service"}'
150
158
- ' {__name__="kube_deployment_status_replicas_available", namespace="build-service"}'
You can’t perform that action at this time.
0 commit comments