plugin.json 322 B

12345678910111213141516
  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. },
  10. "metrics": true,
  11. "annotations": true
  12. }