From 406f8fbbb8b27dd1ebe7989441e8421bda5387e9 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 | 34 ++++++++++++++++--- 1 file changed, 29 insertions(+), 5 deletions(-) diff --git a/resources/configs/grafana/default_dashboard.json b/resources/configs/grafana/default_dashboard.json index 8fe52be28..076685606 100644 --- a/resources/configs/grafana/default_dashboard.json +++ b/resources/configs/grafana/default_dashboard.json @@ -1,5 +1,5 @@ { - "title": "Default Warnet Dashboard", + "title": "Default Warnet Dashboard 6", "refresh": "5s", "panels": [ @@ -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