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