Skip to content

Commit

Permalink
Merge pull request #2424 from amnonh/os_fix_pie_charts
Browse files Browse the repository at this point in the history
Os fix pie charts
  • Loading branch information
amnonh authored Nov 20, 2024
2 parents 391c8f5 + fcb2cd8 commit 996bb55
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions grafana/scylla-os.template.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
"class": "piechart_panel_percent",
"height": "250px",
"repeat": "node",
"maxPerRow": 8,
"repeatDirection": "h",
"targets": [
{
"expr": "sum(node_filesystem_avail_bytes{mountpoint=~\"$mount_point\", instance=~\"$node\", job=~\"node_exporter.*\"})",
Expand Down
3 changes: 2 additions & 1 deletion grafana/types.json
Original file line number Diff line number Diff line change
Expand Up @@ -1876,7 +1876,8 @@
"percent"
],
"tooltip": {
"mode": "single"
"mode": "multi",
"sort": "none"
},
"legend": {
"displayMode": "hidden",
Expand Down

0 comments on commit 996bb55

Please sign in to comment.