From 1aec9e38fa2758a1bf2bc849c2c192e7a0959fa7 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Mon, 16 Sep 2019 08:45:27 -0700 Subject: [PATCH] Restore default time range to now-5m --- .../grafana-provisioning/dashboards/testnet-monitor.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/metrics/scripts/grafana-provisioning/dashboards/testnet-monitor.json b/metrics/scripts/grafana-provisioning/dashboards/testnet-monitor.json index 644377b79..a2d4fca61 100644 --- a/metrics/scripts/grafana-provisioning/dashboards/testnet-monitor.json +++ b/metrics/scripts/grafana-provisioning/dashboards/testnet-monitor.json @@ -9101,7 +9101,7 @@ ] }, "time": { - "from": "now-5h", + "from": "now-5m", "to": "now" }, "timepicker": { @@ -9133,4 +9133,4 @@ "title": "Testnet Monitor (edge)", "uid": "testnet-edge", "version": 1 -} \ No newline at end of file +}