mirror of
https://github.com/grafana/grafana.git
synced 2025-02-11 08:05:43 -06:00
54 lines
793 B
JSON
54 lines
793 B
JSON
{
|
|
"title": "New Dashboard",
|
|
"time": {
|
|
"from": "now-6h",
|
|
"to": "now"
|
|
},
|
|
"templating": {
|
|
"list": []
|
|
},
|
|
"rows": [
|
|
{
|
|
"title": "Row1",
|
|
"height": "250px",
|
|
"editable": true,
|
|
"collapse": false,
|
|
"panels": []
|
|
}
|
|
],
|
|
"editable": true,
|
|
"style": "dark",
|
|
"nav": [
|
|
{
|
|
"type": "timepicker",
|
|
"enable": true,
|
|
"status": "Stable",
|
|
"time_options": [
|
|
"5m",
|
|
"15m",
|
|
"1h",
|
|
"6h",
|
|
"12h",
|
|
"24h",
|
|
"2d",
|
|
"7d",
|
|
"30d"
|
|
],
|
|
"refresh_intervals": [
|
|
"5s",
|
|
"10s",
|
|
"30s",
|
|
"1m",
|
|
"5m",
|
|
"15m",
|
|
"30m",
|
|
"1h",
|
|
"2h",
|
|
"1d"
|
|
],
|
|
"now": true
|
|
}
|
|
],
|
|
"refresh": false
|
|
}
|