plugin.json 703 B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "type": "datasource",
  3. "name": "Jaeger",
  4. "id": "jaeger",
  5. "category": "tracing",
  6. "metrics": true,
  7. "alerting": false,
  8. "annotations": false,
  9. "logs": false,
  10. "streaming": false,
  11. "tracing": true,
  12. "info": {
  13. "description": "Open source, end-to-end distributed tracing",
  14. "author": {
  15. "name": "Grafana Labs",
  16. "url": "https://grafana.com"
  17. },
  18. "logos": {
  19. "small": "img/jaeger_logo.svg",
  20. "large": "img/jaeger_logo.svg"
  21. },
  22. "links": [
  23. {
  24. "name": "Learn more",
  25. "url": "https://www.jaegertracing.io"
  26. },
  27. {
  28. "name": "GitHub Project",
  29. "url": "https://github.com/jaegertracing/jaeger"
  30. }
  31. ]
  32. }
  33. }