Skip to content

Commit 39d2ec1

Browse files
Use delta for scheduler pipeline step weight modification
1 parent 784d7ee commit 39d2ec1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plutono/provisioning/dashboards/cortex.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3761,7 +3761,7 @@
37613761
"targets": [
37623762
{
37633763
"exemplar": true,
3764-
"expr": "sum by (subject, pipeline, step) (rate(cortex_scheduler_pipeline_step_weight_modification[2m]))",
3764+
"expr": "sum by (pipeline, subject, step) (delta(cortex_scheduler_pipeline_step_weight_modification[2m]))",
37653765
"format": "time_series",
37663766
"instant": false,
37673767
"interval": "",

0 commit comments

Comments
 (0)