Skip to content

Commit

Permalink
Default dashboard now full width
Browse files Browse the repository at this point in the history
  • Loading branch information
m3dwards committed Aug 6, 2024
1 parent 4fb03b1 commit 406f8fb
Showing 1 changed file with 29 additions and 5 deletions.
34 changes: 29 additions & 5 deletions resources/configs/grafana/default_dashboard.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"title": "Default Warnet Dashboard",
"title": "Default Warnet Dashboard 6",
"refresh": "5s",
"panels":
[
Expand All @@ -23,7 +23,13 @@
}
],
"title": "Outbound connections",
"type": "timeseries"
"type": "timeseries",
"gridPos": {
"h": 8,
"w": 24,
"x": 0,
"y": 0
}
},
{
"datasource":
Expand All @@ -45,7 +51,13 @@
}
],
"title": "Inbound connections",
"type": "timeseries"
"type": "timeseries",
"gridPos": {
"h": 8,
"w": 24,
"x": 0,
"y": 0
}
},
{
"datasource":
Expand All @@ -67,7 +79,13 @@
}
],
"title": "Mempool size",
"type": "timeseries"
"type": "timeseries",
"gridPos": {
"h": 8,
"w": 24,
"x": 0,
"y": 0
}
},
{
"datasource":
Expand All @@ -89,7 +107,13 @@
}
],
"title": "Blocks",
"type": "timeseries"
"type": "timeseries",
"gridPos": {
"h": 8,
"w": 24,
"x": 0,
"y": 0
}
}
]
}

0 comments on commit 406f8fb

Please sign in to comment.