From 034d6a087674a1e27e84bc8628b683193bd84cf0 Mon Sep 17 00:00:00 2001 From: Max Edwards Date: Tue, 6 Aug 2024 18:04:00 +0100 Subject: [PATCH] Default dashboard now full width --- .../configs/grafana/default_dashboard.json | 32 ++++++++++++++++--- 1 file changed, 28 insertions(+), 4 deletions(-) diff --git a/resources/configs/grafana/default_dashboard.json b/resources/configs/grafana/default_dashboard.json index 8fe52be28..8169b1731 100644 --- a/resources/configs/grafana/default_dashboard.json +++ b/resources/configs/grafana/default_dashboard.json @@ -23,7 +23,13 @@ } ], "title": "Outbound connections", - "type": "timeseries" + "type": "timeseries", + "gridPos": { + "h": 8, + "w": 24, + "x": 0, + "y": 0 + } }, { "datasource": @@ -45,7 +51,13 @@ } ], "title": "Inbound connections", - "type": "timeseries" + "type": "timeseries", + "gridPos": { + "h": 8, + "w": 24, + "x": 0, + "y": 0 + } }, { "datasource": @@ -67,7 +79,13 @@ } ], "title": "Mempool size", - "type": "timeseries" + "type": "timeseries", + "gridPos": { + "h": 8, + "w": 24, + "x": 0, + "y": 0 + } }, { "datasource": @@ -89,7 +107,13 @@ } ], "title": "Blocks", - "type": "timeseries" + "type": "timeseries", + "gridPos": { + "h": 8, + "w": 24, + "x": 0, + "y": 0 + } } ] } \ No newline at end of file