Skip to content

Commit

Permalink
adjust some of the new panel intervals to line up with alerts
Browse files Browse the repository at this point in the history
rh-pre-commit.version: 2.3.0
rh-pre-commit.check-secrets: ENABLED
  • Loading branch information
gabemontero committed Jul 17, 2024
1 parent dcd5b72 commit c0f1f90
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
{
"editorMode": "code",
"exemplar": true,
"expr": "sum(increase(pipeline_service_schedule_overhead_percentage_sum{status='succeded'}[30m])) / sum(increase(pipeline_service_schedule_overhead_percentage_count{status='succeded'}[30m]))",
"expr": "sum(increase(pipeline_service_schedule_overhead_percentage_sum{status='succeded'}[2m])) / sum(increase(pipeline_service_schedule_overhead_percentage_count{status='succeded'}[2m]))",
"format": "table",
"hide": false,
"instant": false,
Expand Down Expand Up @@ -217,7 +217,7 @@
"targets": [
{
"editorMode": "code",
"expr": "sum(increase(pipeline_service_execution_overhead_percentage_sum{status='succeded'}[30m])) / sum(increase(pipeline_service_execution_overhead_percentage_count{status='succeded'}[30m]))",
"expr": "sum(increase(pipeline_service_execution_overhead_percentage_sum{status='succeded'}[2m])) / sum(increase(pipeline_service_execution_overhead_percentage_count{status='succeded'}[2m]))",
"legendFormat": "__auto",
"range": true,
"refId": "A"
Expand Down Expand Up @@ -281,7 +281,7 @@
"targets": [
{
"editorMode": "code",
"expr": "sum(increase(kube_pod_container_status_restarts_total{namespace=\"openshift-pipelines\", pod=~\"tekton-pipelines-controller-.*\"}[30m]))",
"expr": "sum(increase(kube_pod_container_status_restarts_total{namespace=\"openshift-pipelines\", pod=~\"tekton-pipelines-controller-.*\"}[2m]))",
"legendFormat": "__auto",
"range": true,
"refId": "A"
Expand Down Expand Up @@ -345,7 +345,7 @@
"targets": [
{
"editorMode": "code",
"expr": "sum(increase(pipelinerun_kickoff_not_attempted_count[30m]))",
"expr": "sum(increase(pipelinerun_kickoff_not_attempted_count[2m]))",
"legendFormat": "__auto",
"range": true,
"refId": "A"
Expand Down Expand Up @@ -409,7 +409,7 @@
"targets": [
{
"editorMode": "code",
"expr": "sum(increase(taskrun_pod_create_not_attempted_or_pending_count[30m]))",
"expr": "sum(increase(taskrun_pod_create_not_attempted_or_pending_count[2m]))",
"legendFormat": "__auto",
"range": true,
"refId": "A"
Expand Down Expand Up @@ -4124,7 +4124,7 @@
{
"editorMode": "code",
"exemplar": true,
"expr": "histogram_quantile(0.99, sum(rate(watcher_reconcile_latency_bucket{job=\"tekton-chains\"}[30m])) by (le) ) / 1000",
"expr": "histogram_quantile(0.99, sum(rate(watcher_reconcile_latency_bucket{job=\"tekton-chains\"}[2m])) by (le) ) / 1000",
"interval": "",
"intervalFactor": 4,
"legendFormat": "Latency",
Expand Down

0 comments on commit c0f1f90

Please sign in to comment.