I am new to istio, and I am trying to setup the tracing, but can't make it work. Then I logged the trace headers in my service, I fount that the x-b3-sampled is awlays zero
x-request-id:e1a8e4f3-5256-9e43-b571-a9c8a4c93db7, x-b3-traceid:b2328351dbb2f95fd0ec782c5103f1c1, x-b3-spanid:a6ef2135d03fac8a, x-b3-parentspanid:d0ec782c5103f1c1, x-b3-sampled:0, x-b3-flags:null, x-ot-span-context:null This is what the service log printed.
I've set the sampling to 100
tracing:
sampling: 100
zipkin:
address: zipkin.istio-system:9411
Anyone knows the reason, or how can I work it out?