plugin.json 732 B

123456789101112131415161718192021222324252627282930313233343536
  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. "explore": true,
  11. "tables": false,
  12. "info": {
  13. "description": "Like Prometheus but for logs. OSS logging solution from Grafana Labs",
  14. "author": {
  15. "name": "Grafana Project",
  16. "url": "https://grafana.com"
  17. },
  18. "logos": {
  19. "small": "img/loki_icon.svg",
  20. "large": "img/loki_icon.svg"
  21. },
  22. "links": [
  23. {
  24. "name": "Learn more",
  25. "url": "https://grafana.com/loki"
  26. },
  27. {
  28. "name": "GitHub Project",
  29. "url": "https://github.com/grafana/loki"
  30. }
  31. ],
  32. "version": "5.3.0"
  33. }
  34. }