plugin.json 346 B

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