From d0ee58cb68f182ef1419330742ac2ea64e00e8d3 Mon Sep 17 00:00:00 2001 From: Yulya Artyukhina Date: Wed, 21 Feb 2024 12:57:55 +0100 Subject: [PATCH] Add revision param to dashboard settings (#3928) # What this PR does Fixes OnCall Insights dashboard auto-update ## Which issue(s) this PR fixes ## Checklist - [ ] Unit, integration, and e2e (if applicable) tests updated - [x] Documentation added (or `pr:no public docs` PR label added if not required) - [x] `CHANGELOG.md` updated (or `pr:no changelog` PR label added if not required) --- grafana-plugin/src/dashboards/oncall_metrics_dashboard.json | 1 + 1 file changed, 1 insertion(+) diff --git a/grafana-plugin/src/dashboards/oncall_metrics_dashboard.json b/grafana-plugin/src/dashboards/oncall_metrics_dashboard.json index 0581dd8a..0fe94a1f 100644 --- a/grafana-plugin/src/dashboards/oncall_metrics_dashboard.json +++ b/grafana-plugin/src/dashboards/oncall_metrics_dashboard.json @@ -1491,5 +1491,6 @@ "timezone": "browser", "title": "OnCall Insights", "version": 2, + "revision": 2, "weekStart": "" }