2016-09-27 14:39:51 +02:00
|
|
|
{
|
|
|
|
|
"type": "datasource",
|
2018-07-16 03:12:13 -07:00
|
|
|
"name": "TestData DB",
|
|
|
|
|
"id": "testdata",
|
2016-09-27 14:39:51 +02:00
|
|
|
|
|
|
|
|
"metrics": true,
|
2019-05-16 09:52:22 +02:00
|
|
|
"logs": true,
|
2016-09-27 18:36:00 +02:00
|
|
|
"alerting": true,
|
2016-09-27 14:39:51 +02:00
|
|
|
"annotations": true,
|
|
|
|
|
|
2019-04-12 18:03:24 +02:00
|
|
|
"queryOptions": {
|
2019-09-10 22:45:08 -07:00
|
|
|
"minInterval": true,
|
|
|
|
|
"maxDataPoints": true
|
2019-04-12 18:03:24 +02:00
|
|
|
},
|
|
|
|
|
|
2016-09-27 14:39:51 +02:00
|
|
|
"info": {
|
2019-05-09 11:45:39 +02:00
|
|
|
"description": "Generates test data in different forms",
|
2016-09-27 14:39:51 +02:00
|
|
|
"author": {
|
2020-04-26 15:34:56 -07:00
|
|
|
"name": "Grafana Labs",
|
2017-03-21 15:37:55 +01:00
|
|
|
"url": "https://grafana.com"
|
2016-09-27 14:39:51 +02:00
|
|
|
},
|
|
|
|
|
"logos": {
|
2019-05-09 11:45:39 +02:00
|
|
|
"small": "img/testdata.svg",
|
|
|
|
|
"large": "img/testdata.svg"
|
2016-09-27 14:39:51 +02:00
|
|
|
}
|
2019-05-02 21:57:30 -07:00
|
|
|
},
|
|
|
|
|
|
|
|
|
|
"includes": [
|
|
|
|
|
{
|
|
|
|
|
"type": "dashboard",
|
|
|
|
|
"name": "Streaming Example",
|
|
|
|
|
"path": "dashboards/streaming.json"
|
|
|
|
|
}
|
|
|
|
|
]
|
2016-09-27 14:39:51 +02:00
|
|
|
}
|