Skip to content

Commit 6414418

Browse files
committed
feat(SPRE-1268): updated prod monitoringstack endpoints for kube_pod_container_status_terminated_reason
Signed-off-by: Peter Kirkpatrick <[email protected]>
1 parent c39311e commit 6414418

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/monitoring/prometheus/production/base/monitoringstack/endpoints-params.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
## Container Metrics
9595
- '{__name__="kube_pod_container_status_waiting_reason", namespace!~".*-tenant|openshift-.*|kube-.*"}'
9696
- '{__name__="kube_pod_container_resource_limits", namespace="release-service"}'
97-
- '{__name__="kube_pod_container_status_terminated_reason", namespace="release-service"}'
97+
- '{__name__="kube_pod_container_status_terminated_reason", namespace=~"release-service|openshift-etcd|openshift-kube-apiserver|build-service|image-controller|integration-service|konflux-ui|product-kubearchive|openshift-kueue-operator|tekton-kueue|kueue-external-admission|mintmaker|multi-platform-controller|namespace-lister|openshift-pipelines|tekton-results|project-controller|smee|smee-client"}'
9898
- '{__name__="kube_pod_container_status_last_terminated_reason", namespace="release-service"}'
9999
- '{__name__="kube_pod_container_status_ready", namespace=~"release-service|tekton-kueue|kueue-external-admission|openshift-kueue-operator"}'
100100
- '{__name__="container_cpu_usage_seconds_total", namespace=~"release-service|openshift-etcd"}'

0 commit comments

Comments
 (0)