Files
grafana/public/app/plugins/datasource/testdata/plugin.json
Ryan McKinley 7b856ae040 QueryOptions: update maxDataPoints text and show any value that is configured (#18761)
* update maxDataPoints UI

* use maxDataPoints to calculate interval

* don't change interval calculation
2019-09-11 07:45:08 +02:00

36 lines
626 B
JSON

{
"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 Project",
"url": "https://grafana.com"
},
"logos": {
"small": "img/testdata.svg",
"large": "img/testdata.svg"
}
},
"includes": [
{
"type": "dashboard",
"name": "Streaming Example",
"path": "dashboards/streaming.json"
}
]
}