Home

envoy.config.route.v3.Tracing

Example

Disclaimer: The example is meant to show what methods are available on the object and does not necessarily constitute working code.
local types = import 'types.libsonnet';

types.envoy.config.route.v3.Tracing
.withClientSampling(types.envoy.type.v3.FractionalPercent)
.withCustomTags([ types.envoy.type.tracing.v3.CustomTag ])
.withOverallSampling(types.envoy.type.v3.FractionalPercent)
.withRandomSampling(types.envoy.type.v3.FractionalPercent)
._validate()

Fields

Name Type One-of group Required Constraints
client_sampling envoy.type.v3.FractionalPercent  
custom_tags [] envoy.type.tracing.v3.CustomTag  
overall_sampling envoy.type.v3.FractionalPercent  
random_sampling envoy.type.v3.FractionalPercent