plugin.json 588 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "type": "datasource",
  3. "name": "Zipkin",
  4. "id": "zipkin",
  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": "Placeholder for the distributed tracing system.",
  14. "author": {
  15. "name": "Grafana Labs",
  16. "url": "https://grafana.com"
  17. },
  18. "logos": {
  19. "small": "img/zipkin-logo.svg",
  20. "large": "img/zipkin-logo.svg"
  21. },
  22. "links": [
  23. {
  24. "name": "Learn more",
  25. "url": "https://zipkin.io"
  26. }
  27. ]
  28. }
  29. }