You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
623 B
35 lines
623 B
{
|
|
"type": "datasource",
|
|
"name": "TestData DB",
|
|
"id": "testdata",
|
|
|
|
"metrics": true,
|
|
"logs": true,
|
|
"alerting": true,
|
|
"annotations": 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"
|
|
}
|
|
]
|
|
}
|
|
|