Grafana Dashboard Authoring Dashboards are JSON documents stored in Grafana. Every dashboard has panels, variables, time range, and refresh settings. Understanding the JSON schema lets you programmatically create and modify dashboards via the API or Grafana Assistant tools. --- Dashboard JSON structure Key fields: - - stable identifier used in URLs and API calls; keep it short and meaningful - - use for Grafana 11+ - / - supports relative ( , ) and absolute ISO timestamps - - auto-refresh interval ( , , , for off) --- Panel types and when to use them | Panel | Use case | |---|---| | Time seri…