plugin.json 741 B

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