mirror of
https://github.com/grafana/grafana.git
synced 2025-02-14 17:43:35 -06:00
37 lines
642 B
JSON
37 lines
642 B
JSON
{
|
|
"type": "datasource",
|
|
"name": "TestData DB",
|
|
"id": "testdata",
|
|
|
|
"metrics": true,
|
|
"logs": true,
|
|
"alerting": true,
|
|
"annotations": true,
|
|
"backend": true,
|
|
|
|
"queryOptions": {
|
|
"minInterval": true,
|
|
"maxDataPoints": true
|
|
},
|
|
|
|
"info": {
|
|
"description": "Generates test data in different forms",
|
|
"author": {
|
|
"name": "Grafana Labs",
|
|
"url": "https://grafana.com"
|
|
},
|
|
"logos": {
|
|
"small": "img/testdata.svg",
|
|
"large": "img/testdata.svg"
|
|
}
|
|
},
|
|
|
|
"includes": [
|
|
{
|
|
"type": "dashboard",
|
|
"name": "Streaming Example",
|
|
"path": "dashboards/streaming.json"
|
|
}
|
|
]
|
|
}
|