Skip to content

Commit

Permalink
[grafana] Fix refId for Persistence graph in M3DBNode dashboard (#2271)
Browse files Browse the repository at this point in the history
Having 2 refIds that are identical in the same panel causes grafana to be unable to load the panel. This sets the 2nd query to be a different refId
  • Loading branch information
BertHartm authored Apr 17, 2020
1 parent c46e22d commit 9d69cdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integrations/grafana/m3db_dashboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -4384,7 +4384,7 @@
"format": "time_series",
"intervalFactor": 1,
"key": 0.2814048282536148,
"refId": "A"
"refId": "B"
}
],
"thresholds": [],
Expand Down

0 comments on commit 9d69cdd

Please sign in to comment.