Skip to content

Commit 99bd90e

Browse files
authored
fix: the wrong panel title on the sample dashboard (argoproj#1260)
Signed-off-by: Hui Kang <[email protected]>
1 parent 01fee15 commit 99bd90e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/dashboard.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -671,7 +671,7 @@
671671
"tableColumn": "",
672672
"targets": [
673673
{
674-
"expr": "sum(rollout_phase{phase=\"Paused\"} == 1)",
674+
"expr": "sum(rollout_phase{phase=\"Error\"} == 1)",
675675
"format": "time_series",
676676
"hide": false,
677677
"intervalFactor": 1,
@@ -1126,4 +1126,4 @@
11261126
"title": "Argo Rollouts",
11271127
"uid": "9zNpieqik",
11281128
"version": 5
1129-
}
1129+
}

0 commit comments

Comments
 (0)