Class StatsConfig.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessage.Builder<StatsConfig.Builder>
-
- io.envoyproxy.envoy.config.metrics.v3.StatsConfig.Builder
-
- All Implemented Interfaces:
com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,StatsConfigOrBuilder
,java.lang.Cloneable
- Enclosing class:
- StatsConfig
public static final class StatsConfig.Builder extends com.google.protobuf.GeneratedMessage.Builder<StatsConfig.Builder> implements StatsConfigOrBuilder
Statistics configuration such as tagging.
Protobuf typeenvoy.config.metrics.v3.StatsConfig
-
-
Field Summary
Fields Modifier and Type Field Description private int
bitField0_
private java.util.List<HistogramBucketSettings>
histogramBucketSettings_
private com.google.protobuf.RepeatedFieldBuilder<HistogramBucketSettings,HistogramBucketSettings.Builder,HistogramBucketSettingsOrBuilder>
histogramBucketSettingsBuilder_
private StatsMatcher
statsMatcher_
private com.google.protobuf.SingleFieldBuilder<StatsMatcher,StatsMatcher.Builder,StatsMatcherOrBuilder>
statsMatcherBuilder_
private java.util.List<TagSpecifier>
statsTags_
private com.google.protobuf.RepeatedFieldBuilder<TagSpecifier,TagSpecifier.Builder,TagSpecifierOrBuilder>
statsTagsBuilder_
private com.google.protobuf.BoolValue
useAllDefaultTags_
private com.google.protobuf.SingleFieldBuilder<com.google.protobuf.BoolValue,com.google.protobuf.BoolValue.Builder,com.google.protobuf.BoolValueOrBuilder>
useAllDefaultTagsBuilder_
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StatsConfig.Builder
addAllHistogramBucketSettings(java.lang.Iterable<? extends HistogramBucketSettings> values)
Defines rules for setting the histogram buckets.StatsConfig.Builder
addAllStatsTags(java.lang.Iterable<? extends TagSpecifier> values)
Each stat name is independently processed through these tag specifiers.StatsConfig.Builder
addHistogramBucketSettings(int index, HistogramBucketSettings value)
Defines rules for setting the histogram buckets.StatsConfig.Builder
addHistogramBucketSettings(int index, HistogramBucketSettings.Builder builderForValue)
Defines rules for setting the histogram buckets.StatsConfig.Builder
addHistogramBucketSettings(HistogramBucketSettings value)
Defines rules for setting the histogram buckets.StatsConfig.Builder
addHistogramBucketSettings(HistogramBucketSettings.Builder builderForValue)
Defines rules for setting the histogram buckets.HistogramBucketSettings.Builder
addHistogramBucketSettingsBuilder()
Defines rules for setting the histogram buckets.HistogramBucketSettings.Builder
addHistogramBucketSettingsBuilder(int index)
Defines rules for setting the histogram buckets.StatsConfig.Builder
addStatsTags(int index, TagSpecifier value)
Each stat name is independently processed through these tag specifiers.StatsConfig.Builder
addStatsTags(int index, TagSpecifier.Builder builderForValue)
Each stat name is independently processed through these tag specifiers.StatsConfig.Builder
addStatsTags(TagSpecifier value)
Each stat name is independently processed through these tag specifiers.StatsConfig.Builder
addStatsTags(TagSpecifier.Builder builderForValue)
Each stat name is independently processed through these tag specifiers.TagSpecifier.Builder
addStatsTagsBuilder()
Each stat name is independently processed through these tag specifiers.TagSpecifier.Builder
addStatsTagsBuilder(int index)
Each stat name is independently processed through these tag specifiers.StatsConfig
build()
StatsConfig
buildPartial()
private void
buildPartial0(StatsConfig result)
private void
buildPartialRepeatedFields(StatsConfig result)
StatsConfig.Builder
clear()
StatsConfig.Builder
clearHistogramBucketSettings()
Defines rules for setting the histogram buckets.StatsConfig.Builder
clearStatsMatcher()
Inclusion/exclusion matcher for stat name creation.StatsConfig.Builder
clearStatsTags()
Each stat name is independently processed through these tag specifiers.StatsConfig.Builder
clearUseAllDefaultTags()
Use all default tag regexes specified in Envoy.private void
ensureHistogramBucketSettingsIsMutable()
private void
ensureStatsTagsIsMutable()
StatsConfig
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
HistogramBucketSettings
getHistogramBucketSettings(int index)
Defines rules for setting the histogram buckets.HistogramBucketSettings.Builder
getHistogramBucketSettingsBuilder(int index)
Defines rules for setting the histogram buckets.java.util.List<HistogramBucketSettings.Builder>
getHistogramBucketSettingsBuilderList()
Defines rules for setting the histogram buckets.int
getHistogramBucketSettingsCount()
Defines rules for setting the histogram buckets.private com.google.protobuf.RepeatedFieldBuilder<HistogramBucketSettings,HistogramBucketSettings.Builder,HistogramBucketSettingsOrBuilder>
getHistogramBucketSettingsFieldBuilder()
java.util.List<HistogramBucketSettings>
getHistogramBucketSettingsList()
Defines rules for setting the histogram buckets.HistogramBucketSettingsOrBuilder
getHistogramBucketSettingsOrBuilder(int index)
Defines rules for setting the histogram buckets.java.util.List<? extends HistogramBucketSettingsOrBuilder>
getHistogramBucketSettingsOrBuilderList()
Defines rules for setting the histogram buckets.StatsMatcher
getStatsMatcher()
Inclusion/exclusion matcher for stat name creation.StatsMatcher.Builder
getStatsMatcherBuilder()
Inclusion/exclusion matcher for stat name creation.private com.google.protobuf.SingleFieldBuilder<StatsMatcher,StatsMatcher.Builder,StatsMatcherOrBuilder>
getStatsMatcherFieldBuilder()
Inclusion/exclusion matcher for stat name creation.StatsMatcherOrBuilder
getStatsMatcherOrBuilder()
Inclusion/exclusion matcher for stat name creation.TagSpecifier
getStatsTags(int index)
Each stat name is independently processed through these tag specifiers.TagSpecifier.Builder
getStatsTagsBuilder(int index)
Each stat name is independently processed through these tag specifiers.java.util.List<TagSpecifier.Builder>
getStatsTagsBuilderList()
Each stat name is independently processed through these tag specifiers.int
getStatsTagsCount()
Each stat name is independently processed through these tag specifiers.private com.google.protobuf.RepeatedFieldBuilder<TagSpecifier,TagSpecifier.Builder,TagSpecifierOrBuilder>
getStatsTagsFieldBuilder()
java.util.List<TagSpecifier>
getStatsTagsList()
Each stat name is independently processed through these tag specifiers.TagSpecifierOrBuilder
getStatsTagsOrBuilder(int index)
Each stat name is independently processed through these tag specifiers.java.util.List<? extends TagSpecifierOrBuilder>
getStatsTagsOrBuilderList()
Each stat name is independently processed through these tag specifiers.com.google.protobuf.BoolValue
getUseAllDefaultTags()
Use all default tag regexes specified in Envoy.com.google.protobuf.BoolValue.Builder
getUseAllDefaultTagsBuilder()
Use all default tag regexes specified in Envoy.private com.google.protobuf.SingleFieldBuilder<com.google.protobuf.BoolValue,com.google.protobuf.BoolValue.Builder,com.google.protobuf.BoolValueOrBuilder>
getUseAllDefaultTagsFieldBuilder()
Use all default tag regexes specified in Envoy.com.google.protobuf.BoolValueOrBuilder
getUseAllDefaultTagsOrBuilder()
Use all default tag regexes specified in Envoy.boolean
hasStatsMatcher()
Inclusion/exclusion matcher for stat name creation.boolean
hasUseAllDefaultTags()
Use all default tag regexes specified in Envoy.protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
private void
maybeForceBuilderInitialization()
StatsConfig.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
StatsConfig.Builder
mergeFrom(com.google.protobuf.Message other)
StatsConfig.Builder
mergeFrom(StatsConfig other)
StatsConfig.Builder
mergeStatsMatcher(StatsMatcher value)
Inclusion/exclusion matcher for stat name creation.StatsConfig.Builder
mergeUseAllDefaultTags(com.google.protobuf.BoolValue value)
Use all default tag regexes specified in Envoy.StatsConfig.Builder
removeHistogramBucketSettings(int index)
Defines rules for setting the histogram buckets.StatsConfig.Builder
removeStatsTags(int index)
Each stat name is independently processed through these tag specifiers.StatsConfig.Builder
setHistogramBucketSettings(int index, HistogramBucketSettings value)
Defines rules for setting the histogram buckets.StatsConfig.Builder
setHistogramBucketSettings(int index, HistogramBucketSettings.Builder builderForValue)
Defines rules for setting the histogram buckets.StatsConfig.Builder
setStatsMatcher(StatsMatcher value)
Inclusion/exclusion matcher for stat name creation.StatsConfig.Builder
setStatsMatcher(StatsMatcher.Builder builderForValue)
Inclusion/exclusion matcher for stat name creation.StatsConfig.Builder
setStatsTags(int index, TagSpecifier value)
Each stat name is independently processed through these tag specifiers.StatsConfig.Builder
setStatsTags(int index, TagSpecifier.Builder builderForValue)
Each stat name is independently processed through these tag specifiers.StatsConfig.Builder
setUseAllDefaultTags(com.google.protobuf.BoolValue value)
Use all default tag regexes specified in Envoy.StatsConfig.Builder
setUseAllDefaultTags(com.google.protobuf.BoolValue.Builder builderForValue)
Use all default tag regexes specified in Envoy.-
Methods inherited from class com.google.protobuf.GeneratedMessage.Builder
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownFields, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
bitField0_
private int bitField0_
-
statsTags_
private java.util.List<TagSpecifier> statsTags_
-
statsTagsBuilder_
private com.google.protobuf.RepeatedFieldBuilder<TagSpecifier,TagSpecifier.Builder,TagSpecifierOrBuilder> statsTagsBuilder_
-
useAllDefaultTags_
private com.google.protobuf.BoolValue useAllDefaultTags_
-
useAllDefaultTagsBuilder_
private com.google.protobuf.SingleFieldBuilder<com.google.protobuf.BoolValue,com.google.protobuf.BoolValue.Builder,com.google.protobuf.BoolValueOrBuilder> useAllDefaultTagsBuilder_
-
statsMatcher_
private StatsMatcher statsMatcher_
-
statsMatcherBuilder_
private com.google.protobuf.SingleFieldBuilder<StatsMatcher,StatsMatcher.Builder,StatsMatcherOrBuilder> statsMatcherBuilder_
-
histogramBucketSettings_
private java.util.List<HistogramBucketSettings> histogramBucketSettings_
-
histogramBucketSettingsBuilder_
private com.google.protobuf.RepeatedFieldBuilder<HistogramBucketSettings,HistogramBucketSettings.Builder,HistogramBucketSettingsOrBuilder> histogramBucketSettingsBuilder_
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessage.Builder<StatsConfig.Builder>
-
maybeForceBuilderInitialization
private void maybeForceBuilderInitialization()
-
clear
public StatsConfig.Builder clear()
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessage.Builder<StatsConfig.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessage.Builder<StatsConfig.Builder>
-
getDefaultInstanceForType
public StatsConfig getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public StatsConfig build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public StatsConfig buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartialRepeatedFields
private void buildPartialRepeatedFields(StatsConfig result)
-
buildPartial0
private void buildPartial0(StatsConfig result)
-
mergeFrom
public StatsConfig.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<StatsConfig.Builder>
-
mergeFrom
public StatsConfig.Builder mergeFrom(StatsConfig other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessage.Builder<StatsConfig.Builder>
-
mergeFrom
public StatsConfig.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<StatsConfig.Builder>
- Throws:
java.io.IOException
-
ensureStatsTagsIsMutable
private void ensureStatsTagsIsMutable()
-
getStatsTagsList
public java.util.List<TagSpecifier> getStatsTagsList()
Each stat name is independently processed through these tag specifiers. When a tag is matched, the first capture group is not immediately removed from the name, so later :ref:`TagSpecifiers <envoy_v3_api_msg_config.metrics.v3.TagSpecifier>` can also match that same portion of the match. After all tag matching is complete, a tag-extracted version of the name is produced and is used in stats sinks that represent tags, such as Prometheus.
repeated .envoy.config.metrics.v3.TagSpecifier stats_tags = 1;
- Specified by:
getStatsTagsList
in interfaceStatsConfigOrBuilder
-
getStatsTagsCount
public int getStatsTagsCount()
Each stat name is independently processed through these tag specifiers. When a tag is matched, the first capture group is not immediately removed from the name, so later :ref:`TagSpecifiers <envoy_v3_api_msg_config.metrics.v3.TagSpecifier>` can also match that same portion of the match. After all tag matching is complete, a tag-extracted version of the name is produced and is used in stats sinks that represent tags, such as Prometheus.
repeated .envoy.config.metrics.v3.TagSpecifier stats_tags = 1;
- Specified by:
getStatsTagsCount
in interfaceStatsConfigOrBuilder
-
getStatsTags
public TagSpecifier getStatsTags(int index)
Each stat name is independently processed through these tag specifiers. When a tag is matched, the first capture group is not immediately removed from the name, so later :ref:`TagSpecifiers <envoy_v3_api_msg_config.metrics.v3.TagSpecifier>` can also match that same portion of the match. After all tag matching is complete, a tag-extracted version of the name is produced and is used in stats sinks that represent tags, such as Prometheus.
repeated .envoy.config.metrics.v3.TagSpecifier stats_tags = 1;
- Specified by:
getStatsTags
in interfaceStatsConfigOrBuilder
-
setStatsTags
public StatsConfig.Builder setStatsTags(int index, TagSpecifier value)
Each stat name is independently processed through these tag specifiers. When a tag is matched, the first capture group is not immediately removed from the name, so later :ref:`TagSpecifiers <envoy_v3_api_msg_config.metrics.v3.TagSpecifier>` can also match that same portion of the match. After all tag matching is complete, a tag-extracted version of the name is produced and is used in stats sinks that represent tags, such as Prometheus.
repeated .envoy.config.metrics.v3.TagSpecifier stats_tags = 1;
-
setStatsTags
public StatsConfig.Builder setStatsTags(int index, TagSpecifier.Builder builderForValue)
Each stat name is independently processed through these tag specifiers. When a tag is matched, the first capture group is not immediately removed from the name, so later :ref:`TagSpecifiers <envoy_v3_api_msg_config.metrics.v3.TagSpecifier>` can also match that same portion of the match. After all tag matching is complete, a tag-extracted version of the name is produced and is used in stats sinks that represent tags, such as Prometheus.
repeated .envoy.config.metrics.v3.TagSpecifier stats_tags = 1;
-
addStatsTags
public StatsConfig.Builder addStatsTags(TagSpecifier value)
Each stat name is independently processed through these tag specifiers. When a tag is matched, the first capture group is not immediately removed from the name, so later :ref:`TagSpecifiers <envoy_v3_api_msg_config.metrics.v3.TagSpecifier>` can also match that same portion of the match. After all tag matching is complete, a tag-extracted version of the name is produced and is used in stats sinks that represent tags, such as Prometheus.
repeated .envoy.config.metrics.v3.TagSpecifier stats_tags = 1;
-
addStatsTags
public StatsConfig.Builder addStatsTags(int index, TagSpecifier value)
Each stat name is independently processed through these tag specifiers. When a tag is matched, the first capture group is not immediately removed from the name, so later :ref:`TagSpecifiers <envoy_v3_api_msg_config.metrics.v3.TagSpecifier>` can also match that same portion of the match. After all tag matching is complete, a tag-extracted version of the name is produced and is used in stats sinks that represent tags, such as Prometheus.
repeated .envoy.config.metrics.v3.TagSpecifier stats_tags = 1;
-
addStatsTags
public StatsConfig.Builder addStatsTags(TagSpecifier.Builder builderForValue)
Each stat name is independently processed through these tag specifiers. When a tag is matched, the first capture group is not immediately removed from the name, so later :ref:`TagSpecifiers <envoy_v3_api_msg_config.metrics.v3.TagSpecifier>` can also match that same portion of the match. After all tag matching is complete, a tag-extracted version of the name is produced and is used in stats sinks that represent tags, such as Prometheus.
repeated .envoy.config.metrics.v3.TagSpecifier stats_tags = 1;
-
addStatsTags
public StatsConfig.Builder addStatsTags(int index, TagSpecifier.Builder builderForValue)
Each stat name is independently processed through these tag specifiers. When a tag is matched, the first capture group is not immediately removed from the name, so later :ref:`TagSpecifiers <envoy_v3_api_msg_config.metrics.v3.TagSpecifier>` can also match that same portion of the match. After all tag matching is complete, a tag-extracted version of the name is produced and is used in stats sinks that represent tags, such as Prometheus.
repeated .envoy.config.metrics.v3.TagSpecifier stats_tags = 1;
-
addAllStatsTags
public StatsConfig.Builder addAllStatsTags(java.lang.Iterable<? extends TagSpecifier> values)
Each stat name is independently processed through these tag specifiers. When a tag is matched, the first capture group is not immediately removed from the name, so later :ref:`TagSpecifiers <envoy_v3_api_msg_config.metrics.v3.TagSpecifier>` can also match that same portion of the match. After all tag matching is complete, a tag-extracted version of the name is produced and is used in stats sinks that represent tags, such as Prometheus.
repeated .envoy.config.metrics.v3.TagSpecifier stats_tags = 1;
-
clearStatsTags
public StatsConfig.Builder clearStatsTags()
Each stat name is independently processed through these tag specifiers. When a tag is matched, the first capture group is not immediately removed from the name, so later :ref:`TagSpecifiers <envoy_v3_api_msg_config.metrics.v3.TagSpecifier>` can also match that same portion of the match. After all tag matching is complete, a tag-extracted version of the name is produced and is used in stats sinks that represent tags, such as Prometheus.
repeated .envoy.config.metrics.v3.TagSpecifier stats_tags = 1;
-
removeStatsTags
public StatsConfig.Builder removeStatsTags(int index)
Each stat name is independently processed through these tag specifiers. When a tag is matched, the first capture group is not immediately removed from the name, so later :ref:`TagSpecifiers <envoy_v3_api_msg_config.metrics.v3.TagSpecifier>` can also match that same portion of the match. After all tag matching is complete, a tag-extracted version of the name is produced and is used in stats sinks that represent tags, such as Prometheus.
repeated .envoy.config.metrics.v3.TagSpecifier stats_tags = 1;
-
getStatsTagsBuilder
public TagSpecifier.Builder getStatsTagsBuilder(int index)
Each stat name is independently processed through these tag specifiers. When a tag is matched, the first capture group is not immediately removed from the name, so later :ref:`TagSpecifiers <envoy_v3_api_msg_config.metrics.v3.TagSpecifier>` can also match that same portion of the match. After all tag matching is complete, a tag-extracted version of the name is produced and is used in stats sinks that represent tags, such as Prometheus.
repeated .envoy.config.metrics.v3.TagSpecifier stats_tags = 1;
-
getStatsTagsOrBuilder
public TagSpecifierOrBuilder getStatsTagsOrBuilder(int index)
Each stat name is independently processed through these tag specifiers. When a tag is matched, the first capture group is not immediately removed from the name, so later :ref:`TagSpecifiers <envoy_v3_api_msg_config.metrics.v3.TagSpecifier>` can also match that same portion of the match. After all tag matching is complete, a tag-extracted version of the name is produced and is used in stats sinks that represent tags, such as Prometheus.
repeated .envoy.config.metrics.v3.TagSpecifier stats_tags = 1;
- Specified by:
getStatsTagsOrBuilder
in interfaceStatsConfigOrBuilder
-
getStatsTagsOrBuilderList
public java.util.List<? extends TagSpecifierOrBuilder> getStatsTagsOrBuilderList()
Each stat name is independently processed through these tag specifiers. When a tag is matched, the first capture group is not immediately removed from the name, so later :ref:`TagSpecifiers <envoy_v3_api_msg_config.metrics.v3.TagSpecifier>` can also match that same portion of the match. After all tag matching is complete, a tag-extracted version of the name is produced and is used in stats sinks that represent tags, such as Prometheus.
repeated .envoy.config.metrics.v3.TagSpecifier stats_tags = 1;
- Specified by:
getStatsTagsOrBuilderList
in interfaceStatsConfigOrBuilder
-
addStatsTagsBuilder
public TagSpecifier.Builder addStatsTagsBuilder()
Each stat name is independently processed through these tag specifiers. When a tag is matched, the first capture group is not immediately removed from the name, so later :ref:`TagSpecifiers <envoy_v3_api_msg_config.metrics.v3.TagSpecifier>` can also match that same portion of the match. After all tag matching is complete, a tag-extracted version of the name is produced and is used in stats sinks that represent tags, such as Prometheus.
repeated .envoy.config.metrics.v3.TagSpecifier stats_tags = 1;
-
addStatsTagsBuilder
public TagSpecifier.Builder addStatsTagsBuilder(int index)
Each stat name is independently processed through these tag specifiers. When a tag is matched, the first capture group is not immediately removed from the name, so later :ref:`TagSpecifiers <envoy_v3_api_msg_config.metrics.v3.TagSpecifier>` can also match that same portion of the match. After all tag matching is complete, a tag-extracted version of the name is produced and is used in stats sinks that represent tags, such as Prometheus.
repeated .envoy.config.metrics.v3.TagSpecifier stats_tags = 1;
-
getStatsTagsBuilderList
public java.util.List<TagSpecifier.Builder> getStatsTagsBuilderList()
Each stat name is independently processed through these tag specifiers. When a tag is matched, the first capture group is not immediately removed from the name, so later :ref:`TagSpecifiers <envoy_v3_api_msg_config.metrics.v3.TagSpecifier>` can also match that same portion of the match. After all tag matching is complete, a tag-extracted version of the name is produced and is used in stats sinks that represent tags, such as Prometheus.
repeated .envoy.config.metrics.v3.TagSpecifier stats_tags = 1;
-
getStatsTagsFieldBuilder
private com.google.protobuf.RepeatedFieldBuilder<TagSpecifier,TagSpecifier.Builder,TagSpecifierOrBuilder> getStatsTagsFieldBuilder()
-
hasUseAllDefaultTags
public boolean hasUseAllDefaultTags()
Use all default tag regexes specified in Envoy. These can be combined with custom tags specified in :ref:`stats_tags <envoy_v3_api_field_config.metrics.v3.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 :repo:`well_known_names.h <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;
- Specified by:
hasUseAllDefaultTags
in interfaceStatsConfigOrBuilder
- Returns:
- Whether the useAllDefaultTags field is set.
-
getUseAllDefaultTags
public 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_v3_api_field_config.metrics.v3.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 :repo:`well_known_names.h <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;
- Specified by:
getUseAllDefaultTags
in interfaceStatsConfigOrBuilder
- Returns:
- The useAllDefaultTags.
-
setUseAllDefaultTags
public StatsConfig.Builder setUseAllDefaultTags(com.google.protobuf.BoolValue value)
Use all default tag regexes specified in Envoy. These can be combined with custom tags specified in :ref:`stats_tags <envoy_v3_api_field_config.metrics.v3.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 :repo:`well_known_names.h <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;
-
setUseAllDefaultTags
public StatsConfig.Builder setUseAllDefaultTags(com.google.protobuf.BoolValue.Builder builderForValue)
Use all default tag regexes specified in Envoy. These can be combined with custom tags specified in :ref:`stats_tags <envoy_v3_api_field_config.metrics.v3.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 :repo:`well_known_names.h <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;
-
mergeUseAllDefaultTags
public StatsConfig.Builder mergeUseAllDefaultTags(com.google.protobuf.BoolValue value)
Use all default tag regexes specified in Envoy. These can be combined with custom tags specified in :ref:`stats_tags <envoy_v3_api_field_config.metrics.v3.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 :repo:`well_known_names.h <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;
-
clearUseAllDefaultTags
public StatsConfig.Builder clearUseAllDefaultTags()
Use all default tag regexes specified in Envoy. These can be combined with custom tags specified in :ref:`stats_tags <envoy_v3_api_field_config.metrics.v3.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 :repo:`well_known_names.h <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;
-
getUseAllDefaultTagsBuilder
public com.google.protobuf.BoolValue.Builder getUseAllDefaultTagsBuilder()
Use all default tag regexes specified in Envoy. These can be combined with custom tags specified in :ref:`stats_tags <envoy_v3_api_field_config.metrics.v3.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 :repo:`well_known_names.h <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;
-
getUseAllDefaultTagsOrBuilder
public 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_v3_api_field_config.metrics.v3.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 :repo:`well_known_names.h <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;
- Specified by:
getUseAllDefaultTagsOrBuilder
in interfaceStatsConfigOrBuilder
-
getUseAllDefaultTagsFieldBuilder
private com.google.protobuf.SingleFieldBuilder<com.google.protobuf.BoolValue,com.google.protobuf.BoolValue.Builder,com.google.protobuf.BoolValueOrBuilder> getUseAllDefaultTagsFieldBuilder()
Use all default tag regexes specified in Envoy. These can be combined with custom tags specified in :ref:`stats_tags <envoy_v3_api_field_config.metrics.v3.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 :repo:`well_known_names.h <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;
-
hasStatsMatcher
public boolean hasStatsMatcher()
Inclusion/exclusion matcher for stat name creation. If not provided, all stats are instantiated as normal. Preventing the instantiation of certain families of stats can improve memory performance for Envoys running especially large configs. .. warning:: Excluding stats may affect Envoy's behavior in undocumented ways. See `issue #8771 <https://github.com/envoyproxy/envoy/issues/8771>`_ for more information. If any unexpected behavior changes are observed, please open a new issue immediately.
.envoy.config.metrics.v3.StatsMatcher stats_matcher = 3;
- Specified by:
hasStatsMatcher
in interfaceStatsConfigOrBuilder
- Returns:
- Whether the statsMatcher field is set.
-
getStatsMatcher
public StatsMatcher getStatsMatcher()
Inclusion/exclusion matcher for stat name creation. If not provided, all stats are instantiated as normal. Preventing the instantiation of certain families of stats can improve memory performance for Envoys running especially large configs. .. warning:: Excluding stats may affect Envoy's behavior in undocumented ways. See `issue #8771 <https://github.com/envoyproxy/envoy/issues/8771>`_ for more information. If any unexpected behavior changes are observed, please open a new issue immediately.
.envoy.config.metrics.v3.StatsMatcher stats_matcher = 3;
- Specified by:
getStatsMatcher
in interfaceStatsConfigOrBuilder
- Returns:
- The statsMatcher.
-
setStatsMatcher
public StatsConfig.Builder setStatsMatcher(StatsMatcher value)
Inclusion/exclusion matcher for stat name creation. If not provided, all stats are instantiated as normal. Preventing the instantiation of certain families of stats can improve memory performance for Envoys running especially large configs. .. warning:: Excluding stats may affect Envoy's behavior in undocumented ways. See `issue #8771 <https://github.com/envoyproxy/envoy/issues/8771>`_ for more information. If any unexpected behavior changes are observed, please open a new issue immediately.
.envoy.config.metrics.v3.StatsMatcher stats_matcher = 3;
-
setStatsMatcher
public StatsConfig.Builder setStatsMatcher(StatsMatcher.Builder builderForValue)
Inclusion/exclusion matcher for stat name creation. If not provided, all stats are instantiated as normal. Preventing the instantiation of certain families of stats can improve memory performance for Envoys running especially large configs. .. warning:: Excluding stats may affect Envoy's behavior in undocumented ways. See `issue #8771 <https://github.com/envoyproxy/envoy/issues/8771>`_ for more information. If any unexpected behavior changes are observed, please open a new issue immediately.
.envoy.config.metrics.v3.StatsMatcher stats_matcher = 3;
-
mergeStatsMatcher
public StatsConfig.Builder mergeStatsMatcher(StatsMatcher value)
Inclusion/exclusion matcher for stat name creation. If not provided, all stats are instantiated as normal. Preventing the instantiation of certain families of stats can improve memory performance for Envoys running especially large configs. .. warning:: Excluding stats may affect Envoy's behavior in undocumented ways. See `issue #8771 <https://github.com/envoyproxy/envoy/issues/8771>`_ for more information. If any unexpected behavior changes are observed, please open a new issue immediately.
.envoy.config.metrics.v3.StatsMatcher stats_matcher = 3;
-
clearStatsMatcher
public StatsConfig.Builder clearStatsMatcher()
Inclusion/exclusion matcher for stat name creation. If not provided, all stats are instantiated as normal. Preventing the instantiation of certain families of stats can improve memory performance for Envoys running especially large configs. .. warning:: Excluding stats may affect Envoy's behavior in undocumented ways. See `issue #8771 <https://github.com/envoyproxy/envoy/issues/8771>`_ for more information. If any unexpected behavior changes are observed, please open a new issue immediately.
.envoy.config.metrics.v3.StatsMatcher stats_matcher = 3;
-
getStatsMatcherBuilder
public StatsMatcher.Builder getStatsMatcherBuilder()
Inclusion/exclusion matcher for stat name creation. If not provided, all stats are instantiated as normal. Preventing the instantiation of certain families of stats can improve memory performance for Envoys running especially large configs. .. warning:: Excluding stats may affect Envoy's behavior in undocumented ways. See `issue #8771 <https://github.com/envoyproxy/envoy/issues/8771>`_ for more information. If any unexpected behavior changes are observed, please open a new issue immediately.
.envoy.config.metrics.v3.StatsMatcher stats_matcher = 3;
-
getStatsMatcherOrBuilder
public StatsMatcherOrBuilder getStatsMatcherOrBuilder()
Inclusion/exclusion matcher for stat name creation. If not provided, all stats are instantiated as normal. Preventing the instantiation of certain families of stats can improve memory performance for Envoys running especially large configs. .. warning:: Excluding stats may affect Envoy's behavior in undocumented ways. See `issue #8771 <https://github.com/envoyproxy/envoy/issues/8771>`_ for more information. If any unexpected behavior changes are observed, please open a new issue immediately.
.envoy.config.metrics.v3.StatsMatcher stats_matcher = 3;
- Specified by:
getStatsMatcherOrBuilder
in interfaceStatsConfigOrBuilder
-
getStatsMatcherFieldBuilder
private com.google.protobuf.SingleFieldBuilder<StatsMatcher,StatsMatcher.Builder,StatsMatcherOrBuilder> getStatsMatcherFieldBuilder()
Inclusion/exclusion matcher for stat name creation. If not provided, all stats are instantiated as normal. Preventing the instantiation of certain families of stats can improve memory performance for Envoys running especially large configs. .. warning:: Excluding stats may affect Envoy's behavior in undocumented ways. See `issue #8771 <https://github.com/envoyproxy/envoy/issues/8771>`_ for more information. If any unexpected behavior changes are observed, please open a new issue immediately.
.envoy.config.metrics.v3.StatsMatcher stats_matcher = 3;
-
ensureHistogramBucketSettingsIsMutable
private void ensureHistogramBucketSettingsIsMutable()
-
getHistogramBucketSettingsList
public java.util.List<HistogramBucketSettings> getHistogramBucketSettingsList()
Defines rules for setting the histogram buckets. Rules are evaluated in order, and the first match is applied. If no match is found (or if no rules are set), the following default buckets are used: .. code-block:: json [ 0.5, 1, 5, 10, 25, 50, 100, 250, 500, 1000, 2500, 5000, 10000, 30000, 60000, 300000, 600000, 1800000, 3600000 ]
repeated .envoy.config.metrics.v3.HistogramBucketSettings histogram_bucket_settings = 4;
- Specified by:
getHistogramBucketSettingsList
in interfaceStatsConfigOrBuilder
-
getHistogramBucketSettingsCount
public int getHistogramBucketSettingsCount()
Defines rules for setting the histogram buckets. Rules are evaluated in order, and the first match is applied. If no match is found (or if no rules are set), the following default buckets are used: .. code-block:: json [ 0.5, 1, 5, 10, 25, 50, 100, 250, 500, 1000, 2500, 5000, 10000, 30000, 60000, 300000, 600000, 1800000, 3600000 ]
repeated .envoy.config.metrics.v3.HistogramBucketSettings histogram_bucket_settings = 4;
- Specified by:
getHistogramBucketSettingsCount
in interfaceStatsConfigOrBuilder
-
getHistogramBucketSettings
public HistogramBucketSettings getHistogramBucketSettings(int index)
Defines rules for setting the histogram buckets. Rules are evaluated in order, and the first match is applied. If no match is found (or if no rules are set), the following default buckets are used: .. code-block:: json [ 0.5, 1, 5, 10, 25, 50, 100, 250, 500, 1000, 2500, 5000, 10000, 30000, 60000, 300000, 600000, 1800000, 3600000 ]
repeated .envoy.config.metrics.v3.HistogramBucketSettings histogram_bucket_settings = 4;
- Specified by:
getHistogramBucketSettings
in interfaceStatsConfigOrBuilder
-
setHistogramBucketSettings
public StatsConfig.Builder setHistogramBucketSettings(int index, HistogramBucketSettings value)
Defines rules for setting the histogram buckets. Rules are evaluated in order, and the first match is applied. If no match is found (or if no rules are set), the following default buckets are used: .. code-block:: json [ 0.5, 1, 5, 10, 25, 50, 100, 250, 500, 1000, 2500, 5000, 10000, 30000, 60000, 300000, 600000, 1800000, 3600000 ]
repeated .envoy.config.metrics.v3.HistogramBucketSettings histogram_bucket_settings = 4;
-
setHistogramBucketSettings
public StatsConfig.Builder setHistogramBucketSettings(int index, HistogramBucketSettings.Builder builderForValue)
Defines rules for setting the histogram buckets. Rules are evaluated in order, and the first match is applied. If no match is found (or if no rules are set), the following default buckets are used: .. code-block:: json [ 0.5, 1, 5, 10, 25, 50, 100, 250, 500, 1000, 2500, 5000, 10000, 30000, 60000, 300000, 600000, 1800000, 3600000 ]
repeated .envoy.config.metrics.v3.HistogramBucketSettings histogram_bucket_settings = 4;
-
addHistogramBucketSettings
public StatsConfig.Builder addHistogramBucketSettings(HistogramBucketSettings value)
Defines rules for setting the histogram buckets. Rules are evaluated in order, and the first match is applied. If no match is found (or if no rules are set), the following default buckets are used: .. code-block:: json [ 0.5, 1, 5, 10, 25, 50, 100, 250, 500, 1000, 2500, 5000, 10000, 30000, 60000, 300000, 600000, 1800000, 3600000 ]
repeated .envoy.config.metrics.v3.HistogramBucketSettings histogram_bucket_settings = 4;
-
addHistogramBucketSettings
public StatsConfig.Builder addHistogramBucketSettings(int index, HistogramBucketSettings value)
Defines rules for setting the histogram buckets. Rules are evaluated in order, and the first match is applied. If no match is found (or if no rules are set), the following default buckets are used: .. code-block:: json [ 0.5, 1, 5, 10, 25, 50, 100, 250, 500, 1000, 2500, 5000, 10000, 30000, 60000, 300000, 600000, 1800000, 3600000 ]
repeated .envoy.config.metrics.v3.HistogramBucketSettings histogram_bucket_settings = 4;
-
addHistogramBucketSettings
public StatsConfig.Builder addHistogramBucketSettings(HistogramBucketSettings.Builder builderForValue)
Defines rules for setting the histogram buckets. Rules are evaluated in order, and the first match is applied. If no match is found (or if no rules are set), the following default buckets are used: .. code-block:: json [ 0.5, 1, 5, 10, 25, 50, 100, 250, 500, 1000, 2500, 5000, 10000, 30000, 60000, 300000, 600000, 1800000, 3600000 ]
repeated .envoy.config.metrics.v3.HistogramBucketSettings histogram_bucket_settings = 4;
-
addHistogramBucketSettings
public StatsConfig.Builder addHistogramBucketSettings(int index, HistogramBucketSettings.Builder builderForValue)
Defines rules for setting the histogram buckets. Rules are evaluated in order, and the first match is applied. If no match is found (or if no rules are set), the following default buckets are used: .. code-block:: json [ 0.5, 1, 5, 10, 25, 50, 100, 250, 500, 1000, 2500, 5000, 10000, 30000, 60000, 300000, 600000, 1800000, 3600000 ]
repeated .envoy.config.metrics.v3.HistogramBucketSettings histogram_bucket_settings = 4;
-
addAllHistogramBucketSettings
public StatsConfig.Builder addAllHistogramBucketSettings(java.lang.Iterable<? extends HistogramBucketSettings> values)
Defines rules for setting the histogram buckets. Rules are evaluated in order, and the first match is applied. If no match is found (or if no rules are set), the following default buckets are used: .. code-block:: json [ 0.5, 1, 5, 10, 25, 50, 100, 250, 500, 1000, 2500, 5000, 10000, 30000, 60000, 300000, 600000, 1800000, 3600000 ]
repeated .envoy.config.metrics.v3.HistogramBucketSettings histogram_bucket_settings = 4;
-
clearHistogramBucketSettings
public StatsConfig.Builder clearHistogramBucketSettings()
Defines rules for setting the histogram buckets. Rules are evaluated in order, and the first match is applied. If no match is found (or if no rules are set), the following default buckets are used: .. code-block:: json [ 0.5, 1, 5, 10, 25, 50, 100, 250, 500, 1000, 2500, 5000, 10000, 30000, 60000, 300000, 600000, 1800000, 3600000 ]
repeated .envoy.config.metrics.v3.HistogramBucketSettings histogram_bucket_settings = 4;
-
removeHistogramBucketSettings
public StatsConfig.Builder removeHistogramBucketSettings(int index)
Defines rules for setting the histogram buckets. Rules are evaluated in order, and the first match is applied. If no match is found (or if no rules are set), the following default buckets are used: .. code-block:: json [ 0.5, 1, 5, 10, 25, 50, 100, 250, 500, 1000, 2500, 5000, 10000, 30000, 60000, 300000, 600000, 1800000, 3600000 ]
repeated .envoy.config.metrics.v3.HistogramBucketSettings histogram_bucket_settings = 4;
-
getHistogramBucketSettingsBuilder
public HistogramBucketSettings.Builder getHistogramBucketSettingsBuilder(int index)
Defines rules for setting the histogram buckets. Rules are evaluated in order, and the first match is applied. If no match is found (or if no rules are set), the following default buckets are used: .. code-block:: json [ 0.5, 1, 5, 10, 25, 50, 100, 250, 500, 1000, 2500, 5000, 10000, 30000, 60000, 300000, 600000, 1800000, 3600000 ]
repeated .envoy.config.metrics.v3.HistogramBucketSettings histogram_bucket_settings = 4;
-
getHistogramBucketSettingsOrBuilder
public HistogramBucketSettingsOrBuilder getHistogramBucketSettingsOrBuilder(int index)
Defines rules for setting the histogram buckets. Rules are evaluated in order, and the first match is applied. If no match is found (or if no rules are set), the following default buckets are used: .. code-block:: json [ 0.5, 1, 5, 10, 25, 50, 100, 250, 500, 1000, 2500, 5000, 10000, 30000, 60000, 300000, 600000, 1800000, 3600000 ]
repeated .envoy.config.metrics.v3.HistogramBucketSettings histogram_bucket_settings = 4;
- Specified by:
getHistogramBucketSettingsOrBuilder
in interfaceStatsConfigOrBuilder
-
getHistogramBucketSettingsOrBuilderList
public java.util.List<? extends HistogramBucketSettingsOrBuilder> getHistogramBucketSettingsOrBuilderList()
Defines rules for setting the histogram buckets. Rules are evaluated in order, and the first match is applied. If no match is found (or if no rules are set), the following default buckets are used: .. code-block:: json [ 0.5, 1, 5, 10, 25, 50, 100, 250, 500, 1000, 2500, 5000, 10000, 30000, 60000, 300000, 600000, 1800000, 3600000 ]
repeated .envoy.config.metrics.v3.HistogramBucketSettings histogram_bucket_settings = 4;
- Specified by:
getHistogramBucketSettingsOrBuilderList
in interfaceStatsConfigOrBuilder
-
addHistogramBucketSettingsBuilder
public HistogramBucketSettings.Builder addHistogramBucketSettingsBuilder()
Defines rules for setting the histogram buckets. Rules are evaluated in order, and the first match is applied. If no match is found (or if no rules are set), the following default buckets are used: .. code-block:: json [ 0.5, 1, 5, 10, 25, 50, 100, 250, 500, 1000, 2500, 5000, 10000, 30000, 60000, 300000, 600000, 1800000, 3600000 ]
repeated .envoy.config.metrics.v3.HistogramBucketSettings histogram_bucket_settings = 4;
-
addHistogramBucketSettingsBuilder
public HistogramBucketSettings.Builder addHistogramBucketSettingsBuilder(int index)
Defines rules for setting the histogram buckets. Rules are evaluated in order, and the first match is applied. If no match is found (or if no rules are set), the following default buckets are used: .. code-block:: json [ 0.5, 1, 5, 10, 25, 50, 100, 250, 500, 1000, 2500, 5000, 10000, 30000, 60000, 300000, 600000, 1800000, 3600000 ]
repeated .envoy.config.metrics.v3.HistogramBucketSettings histogram_bucket_settings = 4;
-
getHistogramBucketSettingsBuilderList
public java.util.List<HistogramBucketSettings.Builder> getHistogramBucketSettingsBuilderList()
Defines rules for setting the histogram buckets. Rules are evaluated in order, and the first match is applied. If no match is found (or if no rules are set), the following default buckets are used: .. code-block:: json [ 0.5, 1, 5, 10, 25, 50, 100, 250, 500, 1000, 2500, 5000, 10000, 30000, 60000, 300000, 600000, 1800000, 3600000 ]
repeated .envoy.config.metrics.v3.HistogramBucketSettings histogram_bucket_settings = 4;
-
getHistogramBucketSettingsFieldBuilder
private com.google.protobuf.RepeatedFieldBuilder<HistogramBucketSettings,HistogramBucketSettings.Builder,HistogramBucketSettingsOrBuilder> getHistogramBucketSettingsFieldBuilder()
-
-