mirror of
https://github.com/grafana/grafana.git
synced 2025-02-20 11:48:34 -06:00
15 lines
231 B
JSON
15 lines
231 B
JSON
|
{
|
||
|
"type": "datasource",
|
||
|
"name": "Test",
|
||
|
"id": "test",
|
||
|
"backend": true,
|
||
|
"state": "alpha",
|
||
|
"info": {
|
||
|
"description": "Test",
|
||
|
"author": {
|
||
|
"name": "Grafana Labs",
|
||
|
"url": "https://grafana.com"
|
||
|
}
|
||
|
}
|
||
|
}
|