Skip to content

Commit 139a809

Browse files
authored
SRVKP-4523: make tekton controller restart/deadlock alert metrics available to app-sre grafana (#4105)
rh-pre-commit.version: 2.3.0 rh-pre-commit.check-secrets: ENABLED
1 parent 7a4402a commit 139a809

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,11 +95,14 @@ spec:
9595
- '{__name__="pipelinerun_duration_scheduled_seconds_count"}'
9696
- '{__name__="pipelinerun_gap_between_taskruns_milliseconds_sum"}'
9797
- '{__name__="pipelinerun_gap_between_taskruns_milliseconds_count"}'
98+
- '{__name__="pipelinerun_kickoff_not_attempted_count"}'
99+
- '{__name__="taskrun_pod_create_not_attempted_or_pending_count"}'
98100
- '{__name__="tekton_pipelines_controller_pipelinerun_duration_seconds_sum"}'
99101
- '{__name__="tekton_pipelines_controller_pipelinerun_duration_seconds_count"}'
100102
- '{__name__="controller_runtime_reconcile_errors_total", namespace!~".*-tenant|openshift-.*|kube-.*"}'
101103
- '{__name__="controller_runtime_reconcile_total", namespace!~".*-tenant|openshift-.*|kube-.*"}'
102104
- '{__name__="kube_pod_status_unschedulable", namespace!~".*-tenant|openshift-.*|kube-.*"}'
105+
- '{__name__="kube_pod_container_status_restarts_total", namespace="openshift-pipelines"}'
103106
- '{__name__="kube_pod_container_status_waiting_reason", namespace!~".*-tenant|openshift-.*|kube-.*"}'
104107
- '{__name__="kube_pod_status_phase", namespace!~".*-tenant|openshift-.*|kube-.*"}'
105108
- '{__name__="kube_persistentvolume_status_phase", namespace!~".*-tenant|openshift-.*|kube-.*"}'

0 commit comments

Comments
 (0)