Home

envoy.config.metrics.v3.DogStatsdSink

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.metrics.v3.DogStatsdSink
.withAddress(types.envoy.config.core.v3.Address)
.withMaxBytesPerDatagram(1)
.withPrefix('string')
._validate()

Fields

Name Type One-of group Required Constraints
address envoy.config.core.v3.Address dog_statsd_specifier  
max_bytes_per_datagram google.protobuf.UInt64Value   {"Uint64":{"gt":0}}
prefix string