Skip to content

Commit b4d86fb

Browse files
committed
KFLUXINFRA-2067: Push Kueue metrics to RHOBS
Those metrics will be used for creating SLO alerts. Signed-off-by: Gal Ben Haim <[email protected]>
1 parent e51f0e9 commit b4d86fb

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,14 @@ spec:
145145
- '{__name__="kube_deployment_status_replicas_ready", namespace="gitops-service-argocd"}'
146146
- '{__name__="kube_deployment_spec_replicas", namespace=~"gitops-service-argocd"}'
147147

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+
148156
# Namespace (expression): "build-service"
149157
- '{__name__="kube_deployment_status_replicas_ready", namespace="build-service"}'
150158
- '{__name__="kube_deployment_status_replicas_available", namespace="build-service"}'

0 commit comments

Comments
 (0)