public static interface Stats.StatsSinkOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Struct |
getConfig()
Stats sink specific configuration which depends on the sink being
instantiated.
|
com.google.protobuf.StructOrBuilder |
getConfigOrBuilder()
Stats sink specific configuration which depends on the sink being
instantiated.
|
String |
getName()
The name of the stats sink to instantiate.
|
com.google.protobuf.ByteString |
getNameBytes()
The name of the stats sink to instantiate.
|
boolean |
hasConfig()
Stats sink specific configuration which depends on the sink being
instantiated.
|
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.statsd <envoy_api_msg_config.metrics.v2.StatsdSink>` * :ref:`envoy.dog_statsd <envoy_api_msg_config.metrics.v2.DogStatsdSink>` * :ref:`envoy.metrics_service <envoy_api_msg_config.metrics.v2.MetricsServiceConfig>` 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.statsd <envoy_api_msg_config.metrics.v2.StatsdSink>` * :ref:`envoy.dog_statsd <envoy_api_msg_config.metrics.v2.DogStatsdSink>` * :ref:`envoy.metrics_service <envoy_api_msg_config.metrics.v2.MetricsServiceConfig>` Sinks optionally support tagged/multiple dimensional metrics.
string name = 1;boolean hasConfig()
Stats sink specific configuration which depends on the sink being instantiated. See :ref:`StatsdSink <envoy_api_msg_config.metrics.v2.StatsdSink>` for an example.
.google.protobuf.Struct config = 2;com.google.protobuf.Struct getConfig()
Stats sink specific configuration which depends on the sink being instantiated. See :ref:`StatsdSink <envoy_api_msg_config.metrics.v2.StatsdSink>` for an example.
.google.protobuf.Struct config = 2;com.google.protobuf.StructOrBuilder getConfigOrBuilder()
Stats sink specific configuration which depends on the sink being instantiated. See :ref:`StatsdSink <envoy_api_msg_config.metrics.v2.StatsdSink>` for an example.
.google.protobuf.Struct config = 2;Copyright © 2018 The Envoy Project. All rights reserved.