I have question regarding global.tracer.zipkin.address
while deploying istio. I am using Jaeger, and have Jaeger Agents deployed in DaemonSet. As I have each Jaeger Agents (on each nodes), Jaeger Collector, and Jaeger Query, I believe global.tracer.zipkin.address should be configured as Jaeger Agent host. However, Agents are on each nodes, and I have hard time specifying the host. How should I specify it? Thanks in advance.
FYI) If I understood correctly, Jaeger Client will send the data to the Jaeger Agent via Envoy, and then to Jaeger Collector.
Istio zipkin address configuration problem when using Jaeger Agent as Daemonset
754 views Asked by Piljae Chae At
1
According to istio documentation:
Istio documentation states to use jaeger collector address in
global.tracer.zipkin.address
.As for the Jaeger agent host, according to Jaeger Operator documentation: