plugin.json 490 B

123456789101112131415161718
  1. {
  2. "pluginType": "datasource",
  3. "name": "InfluxDB 0.8.x",
  4. "type": "influxdb_08",
  5. "serviceName": "InfluxDatasource_08",
  6. "module": "plugins/datasource/influxdb_08/datasource",
  7. "partials": {
  8. "config": "app/plugins/datasource/influxdb_08/partials/config.html",
  9. "query": "app/plugins/datasource/influxdb_08/partials/query.editor.html",
  10. "annotations": "app/plugins/datasource/influxdb_08/partials/annotations.editor.html"
  11. },
  12. "metrics": true,
  13. "annotations": true
  14. }