istio v1.31.0

Telemetry.spec.tracing

Optional.

8 fields
Telemetry.spec.tracing fields and descriptions
Field / TypeDescription
map[string]any

Optional.

disableContextPropagation
boolean

Controls whether trace context headers (e.g., `traceparent`/`tracestate` for W3C, `X-B3-*` for Zipkin) are propagated in forwarded requests.

  • nullable
disableSpanReporting
boolean

Controls span reporting.

  • nullable
enableIstioTags
boolean

Determines whether or not trace spans generated by Envoy will include Istio specific tags.

  • nullable
object

Allows tailoring of behavior to specific conditions.

object[]

Optional.

randomSamplingPercentage
number

Controls the rate at which traffic will be selected for tracing if no prior sampling decision has been made.

  • format: double
  • minimum: 0
  • maximum: 100
  • nullable
useRequestIdForTraceSampling
boolean

No description provided.

  • nullable