mirror of
https://github.com/grafana/grafana.git
synced 2025-02-16 18:34:52 -06:00
* Introduce TSDB service Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> Co-authored-by: Erik Sundell <erik.sundell87@gmail.com> Co-authored-by: Will Browne <will.browne@grafana.com> Co-authored-by: Torkel Ödegaard <torkel@grafana.org> Co-authored-by: Will Browne <wbrowne@users.noreply.github.com> Co-authored-by: Zoltán Bedi <zoltan.bedi@gmail.com>
17 lines
281 B
JSON
17 lines
281 B
JSON
{
|
|
"type": "datasource",
|
|
"name": "Test",
|
|
"id": "test",
|
|
"backend": true,
|
|
"executable": "test",
|
|
"state": "alpha",
|
|
"info": {
|
|
"version": "1.0.0",
|
|
"description": "Test",
|
|
"author": {
|
|
"name": "Will Browne",
|
|
"url": "https://willbrowne.com"
|
|
}
|
|
}
|
|
}
|