plugin.json 366 B

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