grafana/pkg/services/store/kind/dashboard/testdata/panels-without-datasources-info.json
2022-10-08 12:05:46 -04:00

54 lines
930 B
JSON

{
"title": "Datasource tests - Shared Queries",
"tags": [
"gdev",
"datasource-test"
],
"datasource": [
{
"uid": "default.uid",
"type": "default.type"
}
],
"panels": [
{
"id": 2,
"title": "Raw Data Graph",
"type": "graph",
"datasource": [
{
"uid": "default.uid",
"type": "default.type"
}
]
},
{
"id": 4,
"title": "Last non-null",
"type": "gauge",
"pluginVersion": "6.4.0-pre"
},
{
"id": 6,
"title": "min",
"type": "gauge",
"pluginVersion": "6.4.0-pre"
},
{
"id": 5,
"title": "Max",
"type": "bargauge",
"pluginVersion": "6.4.0-pre"
},
{
"id": 8,
"title": "Panel Title",
"type": "table"
}
],
"schemaVersion": 19,
"linkCount": 0,
"timeFrom": "now-6h",
"timeTo": "now",
"timezone": ""
}