plugin.json 431 B

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