Skip to content

Commit

Permalink
rename legend
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom-Newton committed Mar 29, 2024
1 parent 53906ce commit 0348730
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deployment/stats/prometheus/flytepropeller-dashboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@
"instant": false,
"interval": "",
"intervalFactor": 2,
"legendFormat": "total_streaks",
"legendFormat": "total-including-streaks",
"metric": "",
"query": "sum(rate(flyte:propeller:all:round:round_time_unlabeled_ms_count[5m]))",
"refId": "D",
Expand Down
2 changes: 1 addition & 1 deletion stats/flytepropeller.dashboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ def round_rates() -> Graph:
Target(
expr="sum(rate(flyte:propeller:all:round:round_time_unlabeled_ms_count[5m]))",
refId="D",
legendFormat="total_streaks",
legendFormat="total-including-streaks",
),
],
yAxes=YAxes(
Expand Down

0 comments on commit 0348730

Please sign in to comment.