Home

envoy.extensions.request_id.uuid.v3.UuidRequestIdConfig

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.extensions.request_id.uuid.v3.UuidRequestIdConfig
.withPackTraceReason(false)
.withUseRequestIdForTraceSampling(false)
._validate()

Fields

Name Type One-of group Required Constraints
pack_trace_reason google.protobuf.BoolValue  
use_request_id_for_trace_sampling google.protobuf.BoolValue