grafana
Installation
SKILL.md
Grafana
Dashboard JSON Gotchas
Required Fields
{
"dashboard": {
"id": null, // null for new, existing ID for update
"uid": "unique-id", // Stable identifier for API/links
"title": "Name",
"panels": []
},
"overwrite": true // Required at root level for updates
}