mirror of https://github.com/grafana/grafana.git
33 lines
720 B
JSON
33 lines
720 B
JSON
{
|
|
"kind": "Dashboard",
|
|
"apiVersion": "dashboard.grafana.app/v1beta1",
|
|
"metadata": {
|
|
"name": "sample-dash",
|
|
"annotations": {
|
|
"hello": "world"
|
|
},
|
|
"labels": {
|
|
"region": "west"
|
|
}
|
|
},
|
|
"spec": {
|
|
"title": "Dashboard saved at v1alpha1",
|
|
"panels": [
|
|
{
|
|
"gridPos": {
|
|
"h": 13,
|
|
"w": 24,
|
|
"x": 0,
|
|
"y": 0
|
|
},
|
|
"options": {
|
|
"content": "<div style=\"background:#1cac78; color:#000; padding:50px; height:1000px\"><h1>This dashboard was loaded from provisioning (v1) 🎉🎉🎉🎉🎉🎉</h1></div>",
|
|
"mode": "html"
|
|
},
|
|
"transparent": true,
|
|
"type": "text"
|
|
}
|
|
]
|
|
}
|
|
}
|