plugin.json 544 B

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