问题描述
我们将对遥测服务产生高负载。 我正在寻找能够扩展收集器和后端(zipkin)的解决方案
There is 用于缩放 zipkin 的解决方案。看起来很简单 - 只需使用内部平衡
loadbalancing:
protocol:
otlp:
timeout: 1s
insecure: true
resolver:
static:
hostnames:
- localhost:55690
- localhost:55700
- localhost:55710
- localhost:55720
但是,我找不到使用多个 openTelemetry 收集器的示例。运行多个collector实例没有问题,但是我怎么能说“myApp”来平衡它们呢?出口商没有这样的选择。
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)