Skip to content

Commit

Permalink
feat(KONFLUX-5297): Expose metrics for Tekton Resolver leases distrib…
Browse files Browse the repository at this point in the history
…ution alerts
  • Loading branch information
jhutar committed Nov 14, 2024
1 parent 0626e26 commit a5d7121
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ spec:
- '{__name__="grpc_server_handling_seconds_bucket", namespace=~"tekton-results|openshift-pipelines"}'
- '{__name__="controller_runtime_reconcile_errors_total", namespace!~".*-tenant|openshift-.*|kube-.*"}'
- '{__name__="controller_runtime_reconcile_total", namespace!~".*-tenant|openshift-.*|kube-.*"}'
- '{__name__="kube_lease_owner", namespace="openshift-pipelines", lease=~"controller.tektonresolverframework.bundleresolver..*"}'
- '{__name__="kube_lease_owner", namespace="openshift-pipelines", lease=~"tekton-pipelines-controller.github.com.tektoncd.pipeline.pkg.reconciler..*"}'
- '{__name__="kube_pod_status_unschedulable", namespace!~".*-tenant|openshift-.*|kube-.*"}'
- '{__name__="kube_pod_container_status_restarts_total", namespace=~"openshift-pipelines|release-service"}'
Expand Down

0 comments on commit a5d7121

Please sign in to comment.