Skip to content

Commit b7ce3b8

Browse files
committed
feat(PVO11Y-4891): Include taskrun and tekton queue metric
Signed-off-by: Gabriel Soares <[email protected]>
1 parent 0a9048c commit b7ce3b8

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222
- '{__name__="tekton_pipelines_controller_running_taskruns_throttled_by_node"}'
2323
- '{__name__="tekton_pipelines_controller_pipelinerun_duration_seconds_sum"}'
2424
- '{__name__="tekton_pipelines_controller_pipelinerun_duration_seconds_count"}'
25+
- '{__name__="tekton_pipelines_controller_taskrun_count"}'
26+
- '{__name__="tekton_pipelines_controller_work_queue_depth"}'
2527
- '{__name__="watcher_workqueue_depth"}'
2628
- '{__name__="watcher_client_latency_bucket"}'
2729
- '{__name__="pac_watcher_work_queue_depth"}'

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222
- '{__name__="tekton_pipelines_controller_running_taskruns_throttled_by_node"}'
2323
- '{__name__="tekton_pipelines_controller_pipelinerun_duration_seconds_sum"}'
2424
- '{__name__="tekton_pipelines_controller_pipelinerun_duration_seconds_count"}'
25+
- '{__name__="tekton_pipelines_controller_taskrun_count"}'
26+
- '{__name__="tekton_pipelines_controller_work_queue_depth"}'
2527
- '{__name__="watcher_workqueue_depth"}'
2628
- '{__name__="watcher_client_latency_bucket"}'
2729
- '{__name__="pac_watcher_work_queue_depth"}'

0 commit comments

Comments
 (0)