Skip to content

Commit b387672

Browse files
CI Insights BotTenSt
authored andcommitted
switch two eval interval to average
1 parent c68690f commit b387672

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dashboards/app-sre/grafana-dashboard-insights-patchman-engine-general.configmap.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4328,7 +4328,7 @@ data:
43284328
"uid": "$datasource"
43294329
},
43304330
"exemplar": true,
4331-
"expr": "sum(rate(patchman_engine_evaluator_two_evaluations_interval_hours_sum{job=~\"patchman.*-evaluator-$evaluator\"}[$interval]))",
4331+
"expr": "avg(rate(patchman_engine_evaluator_two_evaluations_interval_hours_sum{job=~\"patchman.*-evaluator-$evaluator\"}[$interval]))",
43324332
"format": "time_series",
43334333
"groupBy": [
43344334
{

0 commit comments

Comments
 (0)