@@ -308,7 +308,7 @@ data:
308
308
},
309
309
"editorMode": "code",
310
310
"exemplar": true,
311
- "expr": "sum( sum_over_time(tekton_pipelines_controller_pipelinerun_duration_seconds{ namespace=\"$namespace\", status=\"success\"}[$__range])) without (instance, pod) / sum(count_over_time(tekton_pipelines_controller_pipelinerun_duration_seconds{ namespace=\"$namespace\", status=\"success\"}[$__range])) without (instance, pod )",
311
+ "expr": "avg by (pipeline) (\n sum_over_time(\n tekton_pipelines_controller_pipelinerun_duration_seconds_sum{\n namespace=\"$namespace\", \n status=\"success\"\n }[$__range]\n ) \n / \n sum_over_time(\n tekton_pipelines_controller_pipelinerun_duration_seconds_count{\n namespace=\"$namespace\", \n status=\"success\"\n }[$__range]\n )\n )",
312
312
"format": "time_series",
313
313
"instant": false,
314
314
"legendFormat": "Average Pipeline Runtime (in seconds)",
@@ -679,8 +679,8 @@ data:
679
679
{
680
680
"current": {
681
681
"selected": true,
682
- "text": "appsrep07ue1 -prometheus",
683
- "value": "appsrep07ue1 -prometheus"
682
+ "text": "cadp01ue1 -prometheus",
683
+ "value": "cadp01ue1 -prometheus"
684
684
},
685
685
"description": "Datasource ( cad metrics )",
686
686
"hide": 0,
@@ -691,15 +691,15 @@ data:
691
691
"query": "prometheus",
692
692
"queryValue": "",
693
693
"refresh": 1,
694
- "regex": "(appsrep07ue1 -prometheus)|(appsres07ue1 -prometheus)",
694
+ "regex": "(cadp01ue1 -prometheus)|(cads01ue1 -prometheus)",
695
695
"skipUrlSync": false,
696
696
"type": "datasource"
697
697
},
698
698
{
699
699
"current": {
700
700
"selected": true,
701
- "text": "appsrep07ue1 -cluster-prometheus",
702
- "value": "appsrep07ue1 -cluster-prometheus"
701
+ "text": "cadp01ue1 -cluster-prometheus",
702
+ "value": "cadp01ue1 -cluster-prometheus"
703
703
},
704
704
"hide": 0,
705
705
"includeAll": false,
@@ -709,7 +709,7 @@ data:
709
709
"query": "prometheus",
710
710
"queryValue": "",
711
711
"refresh": 1,
712
- "regex": "(appsrep07ue1 -cluster-prometheus)|(appsres07ue1 -cluster-prometheus)",
712
+ "regex": "(cadp01ue1 -cluster-prometheus)|(cads01ue1 -cluster-prometheus)",
713
713
"skipUrlSync": false,
714
714
"type": "datasource"
715
715
},
@@ -752,4 +752,4 @@ data:
752
752
"uid": "2k6bSMj7k",
753
753
"version": 2,
754
754
"weekStart": ""
755
- }
755
+ }
0 commit comments