Skip to content

Commit

Permalink
Expose metrics for pac controller deadlock/performace alerts (#4389)
Browse files Browse the repository at this point in the history
Signed-off-by: divyansh42 <[email protected]>
  • Loading branch information
divyansh42 authored Aug 28, 2024
1 parent 86b4a90 commit 949b4ac
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ spec:
- '{__name__="tekton_pipelines_controller_pipelinerun_duration_seconds_count"}'
- '{__name__="watcher_workqueue_depth"}'
- '{__name__="watcher_client_latency_bucket"}'
- '{__name__="pac_watcher_work_queue_depth"}'
- '{__name__="pac_watcher_client_latency_bucket"}'
- '{__name__="grpc_server_handled_total", namespace=~"tekton-results|openshift-pipelines"}'
- '{__name__="grpc_server_handling_seconds_bucket", namespace=~"tekton-results|openshift-pipelines"}'
- '{__name__="controller_runtime_reconcile_errors_total", namespace!~".*-tenant|openshift-.*|kube-.*"}'
Expand Down

0 comments on commit 949b4ac

Please sign in to comment.