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