Skip to content

Commit c559b82

Browse files
committed
Adjust pipeline argument in scheduling dashboard to include new pipelines [skip ci]
1 parent 56cd273 commit c559b82

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tools/plutono/provisioning/dashboards/cortex-scheduling.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
],
5959
"timeFrom": null,
6060
"timeShift": null,
61-
"title": "Pipeline: nova-external-scheduler",
61+
"title": "Pipeline: nova-external-scheduler-*",
6262
"type": "text"
6363
},
6464
{
@@ -130,7 +130,7 @@
130130
"targets": [
131131
{
132132
"exemplar": false,
133-
"expr": "sum(delta(cortex_scheduler_pipeline_step_shift_origin_bucket{outidx=\"0\",pipeline=\"nova-external-scheduler\"}[2m]) / 2) by (le)",
133+
"expr": "sum(delta(cortex_scheduler_pipeline_step_shift_origin_bucket{outidx=\"0\",pipeline=~\"nova-external-scheduler-.*\"}[2m]) / 2) by (le)",
134134
"format": "heatmap",
135135
"instant": false,
136136
"interval": "",
@@ -282,7 +282,7 @@
282282
"targets": [
283283
{
284284
"exemplar": false,
285-
"expr": "histogram_quantile(0.95, sum(rate(cortex_scheduler_pipeline_step_shift_origin_bucket{outidx=\"0\",pipeline=\"nova-external-scheduler\"}[2m])) by (le, step, alias))",
285+
"expr": "histogram_quantile(0.95, sum(rate(cortex_scheduler_pipeline_step_shift_origin_bucket{outidx=\"0\",pipeline=~\"nova-external-scheduler-.*\"}[2m])) by (le, step, alias))",
286286
"format": "time_series",
287287
"instant": false,
288288
"interval": "",
@@ -447,7 +447,7 @@
447447
"targets": [
448448
{
449449
"exemplar": false,
450-
"expr": "histogram_quantile(0.95, sum(rate(cortex_scheduler_pipeline_step_impact_bucket{pipeline=\"nova-external-scheduler\"}[2m])) by (le, step, alias, stat, unit))",
450+
"expr": "histogram_quantile(0.95, sum(rate(cortex_scheduler_pipeline_step_impact_bucket{pipeline=~\"nova-external-scheduler-.*\"}[2m])) by (le, step, alias, stat, unit))",
451451
"format": "time_series",
452452
"instant": false,
453453
"interval": "",

0 commit comments

Comments
 (0)