Skip to content

Commit

Permalink
scylla-detailed: Add tablets panels
Browse files Browse the repository at this point in the history
  • Loading branch information
amnonh committed Feb 8, 2024
1 parent 035e8c7 commit 20607ec
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions grafana/scylla-detailed.template.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,53 @@
],
"title": "New row"
},
{
"class": "row",
"panels": [
{
"class": "collapsible_row_panel",
"title": "Tablets information"
}
]
},
{
"class": "row",
"panels": [
{
"title": "Tablet over time per [[by]]",
"type": "heatmap",
"class": "barchart_panel",
"gridPos": {
"h": 13,
"w": 24
},
"targets": [
{
"refId": "A",
"expr": "sum(scylla_column_family_tablet_count{instance=~\"[[node]]\",cluster=~\"$cluster|$^\", dc=~\"$dc\", shard=~\"[[shard]]\"}) by([[by]])",
"range": false,
"format": "time_series",
"instant": false,
"legendFormat": "{{dc}} {{instance}} {{shard}}"
}
]
},
{
"title": "Tablet per [[by]]",
"class": "barchart_panel",
"span": 12,
"targets": [
{
"refId": "A",
"expr": "sum(scylla_column_family_tablet_count{instance=~\"[[node]]\",cluster=~\"$cluster|$^\", dc=~\"$dc\", shard=~\"[[shard]]\"}) by([[by]])",
"range": false,
"legendFormat": "__auto",
"instant": true,
"format": "table"
}
]
}
]},
{
"class": "row",
"panels": [
Expand Down

0 comments on commit 20607ec

Please sign in to comment.