We are going to have a high load on telemetry service. I'm looking for solutions, which be able to scale collector and backend(zipkin)
There is solution for scaling zipkin. Seems simple - just use internal balancing
loadbalancing:
protocol:
otlp:
timeout: 1s
insecure: true
resolver:
static:
hostnames:
- localhost:55690
- localhost:55700
- localhost:55710
- localhost:55720
But, I can't find examples for using multiple openTelemetry collectors. There is no troubles to run several instances of collector, but how can I say "myApp" to balance beetwin them? There is no such option in exptorters.