plugin.json 381 B

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