grafana/public/app/plugins/datasource/testdata/plugin.json
Will Browne 42732539ed
TestData: Introduce schema types (#62130)
* schematize data query

* add the stuff you dingus

* feat(testdatasource): add scenario to generated types

* use generated testdata query in frontend

* update code owners

* Add path exception for testdata datasource

* use specific numeric data types

* fix test

* fix e2e smoketest

* add test data query type

* use test data query type

* fix betterer

* Fix typo

* move to experimental

Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com>

Co-authored-by: Jack Westbrook <jack.westbrook@gmail.com>
Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com>
Co-authored-by: sam boyer <sdboyer@grafana.com>
Co-authored-by: Alex Khomenko <Clarity-89@users.noreply.github.com>
2023-01-26 15:31:34 +00:00

37 lines
639 B
JSON

{
"type": "datasource",
"name": "TestData",
"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"
}
]
}