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
Monika Ghidotti
12/15/2023, 10:08 AM
Thank you for your answer. I'll follow your suggestions.
SigNoz is an open-source APM. It helps developers monitor their applications & troubleshoot problems, an open-source alternative to DataDog, NewRelic, etc.