local types = import 'types.libsonnet';
types.envoy.extensions.stat_sinks.graphite_statsd.v3.GraphiteStatsdSink
.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 | statsd_specifier |
|
|
| max_bytes_per_datagram | google.protobuf.UInt64Value |
{"Uint64":{"gt":0}}
|
||
| prefix | string |
|