From 0be61cd5f12936c9138158e61b4d8d9653163c5a Mon Sep 17 00:00:00 2001 From: Emilia Hane Date: Mon, 1 Apr 2024 15:24:25 +0200 Subject: [PATCH] fix(grafana): time frame (#7407) --- etc/grafana/dashboards/overview.json | 4 ++-- etc/grafana/dashboards/reth-mempool.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/etc/grafana/dashboards/overview.json b/etc/grafana/dashboards/overview.json index 2301c99b9..c91b9bafa 100644 --- a/etc/grafana/dashboards/overview.json +++ b/etc/grafana/dashboards/overview.json @@ -8387,7 +8387,7 @@ "type": "timeseries" } ], - "refresh": "5s", + "refresh": "30s", "revision": 1, "schemaVersion": 39, "tags": [], @@ -8464,7 +8464,7 @@ ] }, "time": { - "from": "now-3h", + "from": "now-1h", "to": "now" }, "timepicker": {}, diff --git a/etc/grafana/dashboards/reth-mempool.json b/etc/grafana/dashboards/reth-mempool.json index 7128dc6a3..8e26df446 100644 --- a/etc/grafana/dashboards/reth-mempool.json +++ b/etc/grafana/dashboards/reth-mempool.json @@ -2848,7 +2848,7 @@ ] }, "time": { - "from": "now-6h", + "from": "now-1h", "to": "now" }, "timepicker": {},