mirror of
https://github.com/grafana/grafana.git
synced 2026-03-05 06:41:09 -05:00
15 lines
235 B
JSON
15 lines
235 B
JSON
|
|
{
|
||
|
|
"type": "datasource",
|
||
|
|
"name": "Test",
|
||
|
|
"id": "test",
|
||
|
|
"backend": true,
|
||
|
|
"info": {
|
||
|
|
"description": "Test",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"author": {
|
||
|
|
"name": "Grafana Labs",
|
||
|
|
"url": "https://grafana.com"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|