plugin.json 662 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "type": "datasource",
  3. "name": "Tempo",
  4. "id": "tempo",
  5. "category": "tracing",
  6. "metrics": true,
  7. "alerting": false,
  8. "annotations": false,
  9. "logs": false,
  10. "streaming": false,
  11. "tracing": true,
  12. "backend": true,
  13. "info": {
  14. "description": "High volume, minimal dependency trace storage. OSS tracing solution from Grafana Labs.",
  15. "author": {
  16. "name": "Grafana Labs",
  17. "url": "https://grafana.com"
  18. },
  19. "logos": {
  20. "small": "img/tempo_logo.svg",
  21. "large": "img/tempo_logo.svg"
  22. },
  23. "links": [
  24. {
  25. "name": "GitHub Project",
  26. "url": "https://github.com/grafana/tempo"
  27. }
  28. ]
  29. }
  30. }