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