plugin.json 314 B

12345678910111213141516
  1. {
  2. "pluginType": "datasource",
  3. "name": "InfluxDB 0.9.x",
  4. "type": "influxdb",
  5. "serviceName": "InfluxDatasource",
  6. "module": "app/plugins/datasource/influxdb/datasource",
  7. "partials": {
  8. "config": "app/plugins/datasource/influxdb/partials/config.html"
  9. },
  10. "metrics": true,
  11. "annotations": true
  12. }