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() |
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.
|
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.api.v2.core.Address address = 1;Address getAddress()
The UDP address of a running DogStatsD compliant listener. If specified, statistics will be flushed to this address.
.envoy.api.v2.core.Address address = 1;AddressOrBuilder getAddressOrBuilder()
The UDP address of a running DogStatsD compliant listener. If specified, statistics will be flushed to this address.
.envoy.api.v2.core.Address address = 1;String getPrefix()
Optional custom metric name prefix. See :ref:`StatsdSink's prefix field <envoy_api_field_config.metrics.v2.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.v2.StatsdSink.prefix>` for more details.
string prefix = 3;DogStatsdSink.DogStatsdSpecifierCase getDogStatsdSpecifierCase()
Copyright © 2018–2021 The Envoy Project. All rights reserved.