openzipkin / zipkin-js

Zipkin instrumentation for Node.js and browsers
Apache License 2.0
564 stars 171 forks source link

RabbitMQ support for transport #199

Open nickcodefresh opened 6 years ago

nickcodefresh commented 6 years ago

Are there any plans to support Rabbitmq? Libraries such as spring cloud sleuth support similar functionality.

Thanks

Nick

codefromthecrypt commented 6 years ago

I think you mean as a span transport right. Theres no one doing this at the moment, but it is welcome as it is a default choice

Ghost---Shadow commented 6 years ago

Willing to collaborate, I need this feature too.

jcchavezs commented 6 years ago

@Ghost---Shadow @nickcodefresh would you come up with a PR for this?

Ghost---Shadow commented 6 years ago

@jcchavezs No, I am engaged elsewhere.

CHOMNANP commented 5 years ago

I'm willing to contribute to this as I also need this to get done. Can anyone recommend where I should start?

jcchavezs commented 5 years ago

@CHOMNANP you can start by looking at the kafka transport: https://github.com/openzipkin/zipkin-js/tree/master/packages/zipkin-transport-kafka. Also bear in mind this issue for when running the integration tests in the CI: https://github.com/openzipkin/zipkin-js/issues/402