admin管理员组文章数量:1122832
I have an application currently instrumented with OpenTracing (the famous 'sock-shop' application - - which is now deprecated) and configured to send trace data in Zipkin format to a Jaeger backend. This setup involves:
The application uses OpenTracing with the zipkin-go-opentracing library to send data to a Jaeger backend via Zipkin API (port 9411). Jaeger is deployed with its COLLECTOR_ZIPKIN_HOST_PORT environment variable set to accept Zipkin format data. Now, I want to explore switching the backend from Jaeger to Grafana Tempo for managing traces, while still not editing the application code(which is now written with opentracing library)
Here are my questions:
Can Tempo accept Zipkin-formatted data directly from an application instrumented with OpenTracing? If yes, what configuration changes are required in the application or in Tempo to make this work?
本文标签:
版权声明:本文标题:Can an application sending Zipkin data to Jaeger backend be configured to send the data to Tempo instead? - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1736300003a1930660.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论