plugin.json 540 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "type": "datasource",
  3. "name": "InfluxDB",
  4. "id": "influxdb",
  5. "category": "tsdb",
  6. "defaultMatchFormat": "regex values",
  7. "metrics": true,
  8. "logs": true,
  9. "annotations": true,
  10. "alerting": true,
  11. "backend": true,
  12. "queryOptions": {
  13. "minInterval": true
  14. },
  15. "info": {
  16. "description": "Open source time series database",
  17. "author": {
  18. "name": "Grafana Labs",
  19. "url": "https://grafana.com"
  20. },
  21. "logos": {
  22. "small": "img/influxdb_logo.svg",
  23. "large": "img/influxdb_logo.svg"
  24. }
  25. }
  26. }