File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
components/monitoring/prometheus/base/monitoringstack Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff 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-.*"}'
You can’t perform that action at this time.
0 commit comments