plugin.json 694 B

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