Zipkin
The zipkin
adapter enables Istio to deliver tracing data to the Zipkin tracing backend.
This adapter supports the tracespan template.
Params
Configuration format for the zipkin
adapter.
Field | Type | Description | Required |
---|---|---|---|
url | string | URL of Zipkin HTTP endpoint. Required. | No |
sampleProbability | double | Uniform probability that a trace will be sampled. Defaults to 0 (sampling disabled) if unset. Optional. | No |