public static interface Stats.StatsConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Stats.TagSpecifier |
getStatsTags(int index)
Each stat name is iteratively processed through these tag specifiers.
|
int |
getStatsTagsCount()
Each stat name is iteratively processed through these tag specifiers.
|
List<Stats.TagSpecifier> |
getStatsTagsList()
Each stat name is iteratively processed through these tag specifiers.
|
Stats.TagSpecifierOrBuilder |
getStatsTagsOrBuilder(int index)
Each stat name is iteratively processed through these tag specifiers.
|
List<? extends Stats.TagSpecifierOrBuilder> |
getStatsTagsOrBuilderList()
Each stat name is iteratively processed through these tag specifiers.
|
com.google.protobuf.BoolValue |
getUseAllDefaultTags()
Use all default tag regexes specified in Envoy.
|
com.google.protobuf.BoolValueOrBuilder |
getUseAllDefaultTagsOrBuilder()
Use all default tag regexes specified in Envoy.
|
boolean |
hasUseAllDefaultTags()
Use all default tag regexes specified in Envoy.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Stats.TagSpecifier> getStatsTagsList()
Each stat name is iteratively processed through these tag specifiers. When a tag is matched, the first capture group is removed from the name so later :ref:`TagSpecifiers <envoy_api_msg_config.metrics.v2.TagSpecifier>` cannot match that same portion of the match.
repeated .envoy.config.metrics.v2.TagSpecifier stats_tags = 1;Stats.TagSpecifier getStatsTags(int index)
Each stat name is iteratively processed through these tag specifiers. When a tag is matched, the first capture group is removed from the name so later :ref:`TagSpecifiers <envoy_api_msg_config.metrics.v2.TagSpecifier>` cannot match that same portion of the match.
repeated .envoy.config.metrics.v2.TagSpecifier stats_tags = 1;int getStatsTagsCount()
Each stat name is iteratively processed through these tag specifiers. When a tag is matched, the first capture group is removed from the name so later :ref:`TagSpecifiers <envoy_api_msg_config.metrics.v2.TagSpecifier>` cannot match that same portion of the match.
repeated .envoy.config.metrics.v2.TagSpecifier stats_tags = 1;List<? extends Stats.TagSpecifierOrBuilder> getStatsTagsOrBuilderList()
Each stat name is iteratively processed through these tag specifiers. When a tag is matched, the first capture group is removed from the name so later :ref:`TagSpecifiers <envoy_api_msg_config.metrics.v2.TagSpecifier>` cannot match that same portion of the match.
repeated .envoy.config.metrics.v2.TagSpecifier stats_tags = 1;Stats.TagSpecifierOrBuilder getStatsTagsOrBuilder(int index)
Each stat name is iteratively processed through these tag specifiers. When a tag is matched, the first capture group is removed from the name so later :ref:`TagSpecifiers <envoy_api_msg_config.metrics.v2.TagSpecifier>` cannot match that same portion of the match.
repeated .envoy.config.metrics.v2.TagSpecifier stats_tags = 1;boolean hasUseAllDefaultTags()
Use all default tag regexes specified in Envoy. These can be combined with custom tags specified in :ref:`stats_tags <envoy_api_field_config.metrics.v2.StatsConfig.stats_tags>`. They will be processed before the custom tags. .. note:: If any default tags are specified twice, the config will be considered invalid. See `well_known_names.h <https://github.com/envoyproxy/envoy/blob/master/source/common/config/well_known_names.h>`_ for a list of the default tags in Envoy. If not provided, the value is assumed to be true.
.google.protobuf.BoolValue use_all_default_tags = 2;com.google.protobuf.BoolValue getUseAllDefaultTags()
Use all default tag regexes specified in Envoy. These can be combined with custom tags specified in :ref:`stats_tags <envoy_api_field_config.metrics.v2.StatsConfig.stats_tags>`. They will be processed before the custom tags. .. note:: If any default tags are specified twice, the config will be considered invalid. See `well_known_names.h <https://github.com/envoyproxy/envoy/blob/master/source/common/config/well_known_names.h>`_ for a list of the default tags in Envoy. If not provided, the value is assumed to be true.
.google.protobuf.BoolValue use_all_default_tags = 2;com.google.protobuf.BoolValueOrBuilder getUseAllDefaultTagsOrBuilder()
Use all default tag regexes specified in Envoy. These can be combined with custom tags specified in :ref:`stats_tags <envoy_api_field_config.metrics.v2.StatsConfig.stats_tags>`. They will be processed before the custom tags. .. note:: If any default tags are specified twice, the config will be considered invalid. See `well_known_names.h <https://github.com/envoyproxy/envoy/blob/master/source/common/config/well_known_names.h>`_ for a list of the default tags in Envoy. If not provided, the value is assumed to be true.
.google.protobuf.BoolValue use_all_default_tags = 2;Copyright © 2018 The Envoy Project. All rights reserved.