plugin.json 715 B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "type": "datasource",
  3. "name": "Loki",
  4. "id": "loki",
  5. "category": "logging",
  6. "metrics": false,
  7. "alerting": false,
  8. "annotations": false,
  9. "logs": true,
  10. "streaming": true,
  11. "info": {
  12. "description": "Like Prometheus but for logs. OSS logging solution from Grafana Labs",
  13. "author": {
  14. "name": "Grafana Project",
  15. "url": "https://grafana.com"
  16. },
  17. "logos": {
  18. "small": "img/loki_icon.svg",
  19. "large": "img/loki_icon.svg"
  20. },
  21. "links": [
  22. {
  23. "name": "Learn more",
  24. "url": "https://grafana.com/loki"
  25. },
  26. {
  27. "name": "GitHub Project",
  28. "url": "https://github.com/grafana/loki"
  29. }
  30. ],
  31. "version": "5.3.0"
  32. }
  33. }