distributed-process icon indicating copy to clipboard operation
distributed-process copied to clipboard

Support for distributed traces

Open alexbiehl opened this issue 4 years ago • 0 comments

It's very hard to know where a distributed-process application spends it's time. With something like OpenTracing or OpenTelemetry we have good tooling at our hands to analyse such traces.

We don't have to hard-code it down to OT or OTeL but supporting the concept of Traces, Spans and Links that would let a user plugin exporters might be a good way to integrate.

alexbiehl avatar Oct 08 '21 17:10 alexbiehl