envoy.config.metrics.v3.StatsdSink
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.StatsdSink
.withAddress(types.envoy.config.core.v3.Address)
.withPrefix('string')
.withTcpClusterName('string')
._validate()
Fields
Name |
Type |
One-of group |
Required |
Constraints |
address |
envoy.config.core.v3.Address
|
statsd_specifier |
|
|
prefix |
string
|
|
|
|
tcp_cluster_name |
string
|
statsd_specifier |
|
|