Commit f7cb67c
Satyam Bhardwaj
add Throttling metrics to Pipelines Grafana Dashboard
The following metrics are added to the Dashboard:
1. tekton_pipelines_controller_running_taskruns_throttled_by_quota_count - Number of taskruns executing currently, but whose underlying Pods or Containers are suspended by k8s because of defined ResourceQuotas. Such suspensions can occur as part of initial scheduling of the Pod, or scheduling of any of the subsequent Container(s) in the Pod after the first Container is started
2. tekton_pipelines_controller_running_taskruns_throttled_by_node_count - Number of taskruns executing currently, but whose underlying Pods or Containers are suspended by k8s because of Node level constraints. Such suspensions can occur as part of initial scheduling of the Pod, or scheduling of any of the subsequent Container(s) in the Pod after the first Container is started
Signed-off-by: Satyam Bhardwaj <[email protected]>1 parent 3233088 commit f7cb67c
File tree
1 file changed
+241
-46
lines changed- operator/gitops/argocd/grafana/dashboards
1 file changed
+241
-46
lines changed
0 commit comments