mirror of
https://github.com/grafana/grafana.git
synced 2026-03-06 07:11:38 -05:00
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"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|