Skip to content

Commit

Permalink
fix: the wrong panel title on the sample dashboard (argoproj#1260)
Browse files Browse the repository at this point in the history
Signed-off-by: Hui Kang <hui.kang@salesforce.com>
Signed-off-by: caoyang001 <caoyang001@foxmail.com>
  • Loading branch information
huikang authored and caoyang001 committed Jun 12, 2021
1 parent 7f808de commit d5a1672
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/dashboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -671,7 +671,7 @@
"tableColumn": "",
"targets": [
{
"expr": "sum(rollout_phase{phase=\"Paused\"} == 1)",
"expr": "sum(rollout_phase{phase=\"Error\"} == 1)",
"format": "time_series",
"hide": false,
"intervalFactor": 1,
Expand Down Expand Up @@ -1126,4 +1126,4 @@
"title": "Argo Rollouts",
"uid": "9zNpieqik",
"version": 5
}
}

0 comments on commit d5a1672

Please sign in to comment.