public interface DogStatsdSinkOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Address |
getAddress()
The UDP address of a running DogStatsD compliant listener.
|
AddressOrBuilder |
getAddressOrBuilder()
The UDP address of a running DogStatsD compliant listener.
|
DogStatsdSink.DogStatsdSpecifierCase |
getDogStatsdSpecifierCase() |
com.google.protobuf.UInt64Value |
getMaxBytesPerDatagram()
Optional max datagram size to use when sending UDP messages.
|
com.google.protobuf.UInt64ValueOrBuilder |
getMaxBytesPerDatagramOrBuilder()
Optional max datagram size to use when sending UDP messages.
|
String |
getPrefix()
Optional custom metric name prefix.
|
com.google.protobuf.ByteString |
getPrefixBytes()
Optional custom metric name prefix.
|
boolean |
hasAddress()
The UDP address of a running DogStatsD compliant listener.
|
boolean |
hasMaxBytesPerDatagram()
Optional max datagram size to use when sending UDP messages.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasAddress()
The UDP address of a running DogStatsD compliant listener. If specified, statistics will be flushed to this address.
.envoy.config.core.v3.Address address = 1;Address getAddress()
The UDP address of a running DogStatsD compliant listener. If specified, statistics will be flushed to this address.
.envoy.config.core.v3.Address address = 1;AddressOrBuilder getAddressOrBuilder()
The UDP address of a running DogStatsD compliant listener. If specified, statistics will be flushed to this address.
.envoy.config.core.v3.Address address = 1;String getPrefix()
Optional custom metric name prefix. See :ref:`StatsdSink's prefix field <envoy_api_field_config.metrics.v3.StatsdSink.prefix>` for more details.
string prefix = 3;com.google.protobuf.ByteString getPrefixBytes()
Optional custom metric name prefix. See :ref:`StatsdSink's prefix field <envoy_api_field_config.metrics.v3.StatsdSink.prefix>` for more details.
string prefix = 3;boolean hasMaxBytesPerDatagram()
Optional max datagram size to use when sending UDP messages. By default Envoy will emit one metric per datagram. By specifying a max-size larger than a single metric, Envoy will emit multiple, new-line separated metrics. The max datagram size should not exceed your network's MTU. Note that this value may not be respected if smaller than a single metric.
.google.protobuf.UInt64Value max_bytes_per_datagram = 4 [(.validate.rules) = { ... }com.google.protobuf.UInt64Value getMaxBytesPerDatagram()
Optional max datagram size to use when sending UDP messages. By default Envoy will emit one metric per datagram. By specifying a max-size larger than a single metric, Envoy will emit multiple, new-line separated metrics. The max datagram size should not exceed your network's MTU. Note that this value may not be respected if smaller than a single metric.
.google.protobuf.UInt64Value max_bytes_per_datagram = 4 [(.validate.rules) = { ... }com.google.protobuf.UInt64ValueOrBuilder getMaxBytesPerDatagramOrBuilder()
Optional max datagram size to use when sending UDP messages. By default Envoy will emit one metric per datagram. By specifying a max-size larger than a single metric, Envoy will emit multiple, new-line separated metrics. The max datagram size should not exceed your network's MTU. Note that this value may not be respected if smaller than a single metric.
.google.protobuf.UInt64Value max_bytes_per_datagram = 4 [(.validate.rules) = { ... }DogStatsdSink.DogStatsdSpecifierCase getDogStatsdSpecifierCase()
Copyright © 2018–2021 The Envoy Project. All rights reserved.