plugin.json 504 B

123456789101112131415161718192021222324252627
  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. }
  24. }