Relative Content

Tag Archive for javascripttypescript

How to group spans under specific traceId in openTelemetry node sdk?

I have a distributed system where certain operations happen asynchronously over the course of several messages being processed by different actors. Each message has a correlation id of the message that originated the whole flow, so they can be easily traced toghether. Given the idea behind of open telemetry is to provide a standard way to trace computations across different systems, this should be simple to achieve, but the reality is that I’m really struggling with it.