mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
18 lines
354 B
JSON
18 lines
354 B
JSON
{
|
|
"pluginType": "datasource",
|
|
"name": "InfluxDB 0.9.x",
|
|
|
|
"type": "influxdb",
|
|
"serviceName": "InfluxDatasource",
|
|
|
|
"module": "app/plugins/datasource/influxdb/datasource",
|
|
|
|
"partials": {
|
|
"config": "app/plugins/datasource/influxdb/partials/config.html"
|
|
},
|
|
|
|
"defaultMatchFormat": "regex values",
|
|
"metrics": true,
|
|
"annotations": true
|
|
}
|