Add RabbitMQ distributed tracing to Zipkin

泄露秘密 提交于 2021-02-18 12:11:24

问题


We have been playing around with Brave(Java implementation of Zipkin) and successfully added tracing for REST and database calls. We would like to also add RabbitMQ to the tracing and would like some thoughts from anyone who may have had similar experiences that they could share.

We have tried to find some stuff online but can't seem to find an interceptor we could add to our rabbit implementation. Can you recommend anything?

Thanks in advance.


回答1:


The best way to ask for a feature is using github issues.

To add a new transport such as RabbitMQ, you'd have to affect Brave (reporter) and Zipkin (collector)

https://github.com/openzipkin/zipkin/issues https://github.com/openzipkin/brave/issues



来源:https://stackoverflow.com/questions/35215821/add-rabbitmq-distributed-tracing-to-zipkin

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!