public interface StatsSinkOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
StatsSink.ConfigTypeCase |
getConfigTypeCase() |
String |
getName()
The name of the stats sink to instantiate.
|
com.google.protobuf.ByteString |
getNameBytes()
The name of the stats sink to instantiate.
|
com.google.protobuf.Any |
getTypedConfig()
.google.protobuf.Any typed_config = 3; |
com.google.protobuf.AnyOrBuilder |
getTypedConfigOrBuilder()
.google.protobuf.Any typed_config = 3; |
boolean |
hasTypedConfig()
.google.protobuf.Any typed_config = 3; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
The name of the stats sink to instantiate. The name must match a supported stats sink. The built-in stats sinks are: * :ref:`envoy.stat_sinks.statsd <envoy_api_msg_config.metrics.v4alpha.StatsdSink>` * :ref:`envoy.stat_sinks.dog_statsd <envoy_api_msg_config.metrics.v4alpha.DogStatsdSink>` * :ref:`envoy.stat_sinks.metrics_service <envoy_api_msg_config.metrics.v4alpha.MetricsServiceConfig>` * :ref:`envoy.stat_sinks.hystrix <envoy_api_msg_config.metrics.v4alpha.HystrixSink>` Sinks optionally support tagged/multiple dimensional metrics.
string name = 1;com.google.protobuf.ByteString getNameBytes()
The name of the stats sink to instantiate. The name must match a supported stats sink. The built-in stats sinks are: * :ref:`envoy.stat_sinks.statsd <envoy_api_msg_config.metrics.v4alpha.StatsdSink>` * :ref:`envoy.stat_sinks.dog_statsd <envoy_api_msg_config.metrics.v4alpha.DogStatsdSink>` * :ref:`envoy.stat_sinks.metrics_service <envoy_api_msg_config.metrics.v4alpha.MetricsServiceConfig>` * :ref:`envoy.stat_sinks.hystrix <envoy_api_msg_config.metrics.v4alpha.HystrixSink>` Sinks optionally support tagged/multiple dimensional metrics.
string name = 1;boolean hasTypedConfig()
.google.protobuf.Any typed_config = 3;com.google.protobuf.Any getTypedConfig()
.google.protobuf.Any typed_config = 3;com.google.protobuf.AnyOrBuilder getTypedConfigOrBuilder()
.google.protobuf.Any typed_config = 3;StatsSink.ConfigTypeCase getConfigTypeCase()
Copyright © 2018–2021 The Envoy Project. All rights reserved.