mirror of
https://github.com/grafana/grafana.git
synced 2025-02-16 18:34:52 -06:00
19 lines
490 B
JSON
19 lines
490 B
JSON
{
|
|
"pluginType": "datasource",
|
|
"name": "InfluxDB 0.8.x",
|
|
|
|
"type": "influxdb_08",
|
|
"serviceName": "InfluxDatasource_08",
|
|
|
|
"module": "plugins/datasource/influxdb_08/datasource",
|
|
|
|
"partials": {
|
|
"config": "app/plugins/datasource/influxdb_08/partials/config.html",
|
|
"query": "app/plugins/datasource/influxdb_08/partials/query.editor.html",
|
|
"annotations": "app/plugins/datasource/influxdb_08/partials/annotations.editor.html"
|
|
},
|
|
|
|
"metrics": true,
|
|
"annotations": true
|
|
}
|