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 034d6a0
Showing 1 changed file with 28 additions and 4 deletions.
32 changes: 28 additions & 4 deletions resources/configs/grafana/default_dashboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 034d6a0

Please sign in to comment.