Sending OpenTelemetry Tracing Spans to Multiple Receivers
Is there an elegant way to send otel tracing spans to multiple different receivers?
The only way I can come up with is to provide a custom fan-out http client to the tracing layer. But that seems a bit gross
I’m hoping there is a way to just make three tracing layers with three different sets of base URLs and headers and provide that to my program
The only way I can come up with is to provide a custom fan-out http client to the tracing layer. But that seems a bit gross
I’m hoping there is a way to just make three tracing layers with three different sets of base URLs and headers and provide that to my program
