Files
grafana/apps/dashboard/pkg/migration/testdata/input/v15.no-op-migration.json
T
2025-11-19 15:56:33 +01:00

64 lines
1.2 KiB
JSON

{
"title": "V15 No-Op Migration Test Dashboard",
"schemaVersion": 14,
"panels": [
{
"type": "graph",
"title": "CPU Usage",
"id": 1,
"yAxes": [
{
"show": true,
"min": null,
"max": null
}
]
},
{
"type": "singlestat",
"title": "Memory Usage",
"id": 2,
"valueMaps": [
{
"op": "=",
"text": "N/A",
"value": "null"
}
]
}
],
"templating": {
"list": [
{
"name": "server",
"type": "query",
"datasource": {
"type": "prometheus"
},
"query": "label_values(server)",
"refresh": 1,
"options": []
}
]
},
"annotations": {
"list": [
{
"name": "Annotations & Alerts",
"datasource": {
"type": "grafana",
"uid": "grafana"
},
"enable": true
}
]
},
"time": {
"from": "now-6h",
"to": "now"
},
"timepicker": {
"refresh_intervals": ["5s", "10s", "30s", "1m", "5m", "15m", "30m", "1h", "2h", "1d"]
}
}