This message was deleted.
s
This message was deleted.
s
Yes, it is possible but it might require some work. The thing that binds the individual spans is the propagated context b/w the services. For the regular web services, this is automatically done using the HTTP headers to propagate context. However, the same might not be true for the rabbimq library you are using. Check if the rabbimq library supports the context propagation. If it doesn't support you may want to write some wrapper library that makes use of manual context propagation.
m
Thank you for your answer. I'll follow your suggestions.