public static interface Stats.StatsdSinkOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
AddressOuterClass.Address |
getAddress()
The UDP address of a running `statsd <https://github.com/etsy/statsd>`_
compliant listener.
|
AddressOuterClass.AddressOrBuilder |
getAddressOrBuilder()
The UDP address of a running `statsd <https://github.com/etsy/statsd>`_
compliant listener.
|
Stats.StatsdSink.StatsdSpecifierCase |
getStatsdSpecifierCase() |
String |
getTcpClusterName()
The name of a cluster that is running a TCP `statsd
<https://github.com/etsy/statsd>`_ compliant listener.
|
com.google.protobuf.ByteString |
getTcpClusterNameBytes()
The name of a cluster that is running a TCP `statsd
<https://github.com/etsy/statsd>`_ compliant listener.
|
boolean |
hasAddress()
The UDP address of a running `statsd <https://github.com/etsy/statsd>`_
compliant listener.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasAddress()
The UDP address of a running `statsd <https://github.com/etsy/statsd>`_ 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 `statsd <https://github.com/etsy/statsd>`_ 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 `statsd <https://github.com/etsy/statsd>`_ 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 running a TCP `statsd <https://github.com/etsy/statsd>`_ compliant 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 running a TCP `statsd <https://github.com/etsy/statsd>`_ compliant listener. If specified, Envoy will connect to this cluster to flush statistics.
string tcp_cluster_name = 2;Stats.StatsdSink.StatsdSpecifierCase getStatsdSpecifierCase()
Copyright © 2018 The Envoy Project. All rights reserved.