plugin.json 524 B

12345678910111213141516171819202122232425262728
  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. "queryOptions": {
  12. "minInterval": true
  13. },
  14. "info": {
  15. "description": "Open source time series database",
  16. "author": {
  17. "name": "Grafana Project",
  18. "url": "https://grafana.com"
  19. },
  20. "logos": {
  21. "small": "img/influxdb_logo.svg",
  22. "large": "img/influxdb_logo.svg"
  23. }
  24. }
  25. }