From 9d69cddf287ab461db83d9dcf1b68f879c1054da Mon Sep 17 00:00:00 2001 From: Bert Hartmann Date: Fri, 17 Apr 2020 10:32:18 -0400 Subject: [PATCH] [grafana] Fix refId for Persistence graph in M3DBNode dashboard (#2271) 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 --- integrations/grafana/m3db_dashboard.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integrations/grafana/m3db_dashboard.json b/integrations/grafana/m3db_dashboard.json index 8144fa1a8c..021c2a6663 100644 --- a/integrations/grafana/m3db_dashboard.json +++ b/integrations/grafana/m3db_dashboard.json @@ -4384,7 +4384,7 @@ "format": "time_series", "intervalFactor": 1, "key": 0.2814048282536148, - "refId": "A" + "refId": "B" } ], "thresholds": [],