plugin.json 528 B

12345678910111213141516171819202122232425262728
  1. {
  2. "type": "datasource",
  3. "name": "InfluxDB",
  4. "id": "influxdb",
  5. "defaultMatchFormat": "regex values",
  6. "metrics": true,
  7. "annotations": true,
  8. "alerting": true,
  9. "tables": true,
  10. "queryOptions": {
  11. "minInterval": true
  12. },
  13. "info": {
  14. "description": "InfluxDB Data Source for Grafana",
  15. "author": {
  16. "name": "Grafana Project",
  17. "url": "https://grafana.com"
  18. },
  19. "logos": {
  20. "small": "img/influxdb_logo.svg",
  21. "large": "img/influxdb_logo.svg"
  22. },
  23. "version": "5.0.0"
  24. }
  25. }