Use load-balancing exporter with otel-arrow #37657
Unanswered
KimDoubleB
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello. We are operating by separating Gateway and Backend OpenTelemetry Collectors.
Since we are performing Tail Sampling, we are sending traces from the Gateway OpenTelemetry Collector to the Backend OpenTelemetry Collector using LoadBalancing exporter based on Trace ID.
However, due to high request size and network traffic occupancy, we are considering various compression methods.
While exploring, I came across methods using Apache Arrow (otel-arrow-production blog) and related Receiver/Exporter.
I would like to implement this, but since we are currently using the Load Balancing exporter...
I'm wondering if there's a way to use these two exporters together in combination.
Would this be possible?
Beta Was this translation helpful? Give feedback.
All reactions