Uses of Class
io.envoyproxy.envoy.config.metrics.v3.StatsdSink.Builder
Packages that use StatsdSink.Builder
-
Uses of StatsdSink.Builder in io.envoyproxy.envoy.config.metrics.v3
Subclasses with type arguments of type StatsdSink.Builder in io.envoyproxy.envoy.config.metrics.v3Modifier and TypeClassDescriptionstatic final classStats configuration proto schema for built-in ``envoy.stat_sinks.statsd`` sink.Methods in io.envoyproxy.envoy.config.metrics.v3 that return StatsdSink.BuilderModifier and TypeMethodDescriptionStatsdSink.Builder.clear()StatsdSink.Builder.clearAddress()The UDP address of a running `statsd <https://github.com/etsy/statsd>`_ compliant listener.StatsdSink.Builder.clearPrefix()Optional custom prefix for StatsdSink.StatsdSink.Builder.clearStatsdSpecifier()StatsdSink.Builder.clearTcpClusterName()The name of a cluster that is running a TCP `statsd <https://github.com/etsy/statsd>`_ compliant listener.StatsdSink.Builder.mergeAddress(Address value) The UDP address of a running `statsd <https://github.com/etsy/statsd>`_ compliant listener.StatsdSink.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) StatsdSink.Builder.mergeFrom(com.google.protobuf.Message other) StatsdSink.Builder.mergeFrom(StatsdSink other) static StatsdSink.BuilderStatsdSink.newBuilder()static StatsdSink.BuilderStatsdSink.newBuilder(StatsdSink prototype) StatsdSink.newBuilderForType()protected StatsdSink.BuilderStatsdSink.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) StatsdSink.Builder.setAddress(Address value) The UDP address of a running `statsd <https://github.com/etsy/statsd>`_ compliant listener.StatsdSink.Builder.setAddress(Address.Builder builderForValue) The UDP address of a running `statsd <https://github.com/etsy/statsd>`_ compliant listener.Optional custom prefix for StatsdSink.StatsdSink.Builder.setPrefixBytes(com.google.protobuf.ByteString value) Optional custom prefix for StatsdSink.StatsdSink.Builder.setTcpClusterName(String value) The name of a cluster that is running a TCP `statsd <https://github.com/etsy/statsd>`_ compliant listener.StatsdSink.Builder.setTcpClusterNameBytes(com.google.protobuf.ByteString value) The name of a cluster that is running a TCP `statsd <https://github.com/etsy/statsd>`_ compliant listener.StatsdSink.toBuilder()