public interface StatsSinkOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Struct |
getConfig()
Deprecated.
|
com.google.protobuf.StructOrBuilder |
getConfigOrBuilder()
Deprecated.
|
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 |
hasConfig()
Deprecated.
|
boolean |
hasTypedConfig()
.google.protobuf.Any typed_config = 3; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String 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.v2.StatsdSink>` * :ref:`envoy.stat_sinks.dog_statsd <envoy_api_msg_config.metrics.v2.DogStatsdSink>` * :ref:`envoy.stat_sinks.metrics_service <envoy_api_msg_config.metrics.v2.MetricsServiceConfig>` * :ref:`envoy.stat_sinks.hystrix <envoy_api_msg_config.metrics.v2.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.v2.StatsdSink>` * :ref:`envoy.stat_sinks.dog_statsd <envoy_api_msg_config.metrics.v2.DogStatsdSink>` * :ref:`envoy.stat_sinks.metrics_service <envoy_api_msg_config.metrics.v2.MetricsServiceConfig>` * :ref:`envoy.stat_sinks.hystrix <envoy_api_msg_config.metrics.v2.HystrixSink>` Sinks optionally support tagged/multiple dimensional metrics.
string name = 1;
@Deprecated boolean hasConfig()
.google.protobuf.Struct config = 2 [deprecated = true];
@Deprecated com.google.protobuf.Struct getConfig()
.google.protobuf.Struct config = 2 [deprecated = true];
@Deprecated com.google.protobuf.StructOrBuilder getConfigOrBuilder()
.google.protobuf.Struct config = 2 [deprecated = true];
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.