plugin.json 756 B

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