public static interface Stats.DogStatsdSinkOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
AddressOuterClass.Address |
getAddress()
The UDP address of a running DogStatsD compliant listener.
|
AddressOuterClass.AddressOrBuilder |
getAddressOrBuilder()
The UDP address of a running DogStatsD compliant listener.
|
Stats.DogStatsdSink.DogStatsdSpecifierCase |
getDogStatsdSpecifierCase() |
String |
getTcpClusterName()
The name of a cluster that is DogStatsD compliant TCP listener.
|
com.google.protobuf.ByteString |
getTcpClusterNameBytes()
The name of a cluster that is DogStatsD compliant TCP listener.
|
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;AddressOuterClass.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;AddressOuterClass.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 getTcpClusterName()
The name of a cluster that is DogStatsD compliant TCP listener. If specified, Envoy will connect to this cluster to flush statistics.
string tcp_cluster_name = 2;com.google.protobuf.ByteString getTcpClusterNameBytes()
The name of a cluster that is DogStatsD compliant TCP listener. If specified, Envoy will connect to this cluster to flush statistics.
string tcp_cluster_name = 2;Stats.DogStatsdSink.DogStatsdSpecifierCase getDogStatsdSpecifierCase()
Copyright © 2018 The Envoy Project. All rights reserved.