Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions config/grafana/default_grafana_dashboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,18 @@
"type": "row",
"panels": []
},
{
"collapsed": true,
"gridPos": {
"h": 1,
"w": 24,
"x": 0,
"y": 1

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overlapping dashboard panel positions

Medium Severity

The new collapsed Autoscaling row is placed at y: 1, but Cluster Utilization still uses y: 1 as well, so the two overlap in the grid. Later panels were not shifted down either, and Cluster Utilization remains at x: 12, leaving an empty left half where Node Count used to sit. This can scramble the Overview layout in Grafana.

Additional Locations (1)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 1393e98. Configure here.

},
"id": 1007,
"title": "Autoscaling",
"type": "row",
"panels": [
{
"aliasColors": {},
"bars": false,
Expand Down Expand Up @@ -186,6 +198,8 @@
"align": false,
"alignLevel": null
}
}
]
},
{
"aliasColors": {},
Expand Down