Uses of Class
io.envoyproxy.envoy.config.metrics.v3.StatsConfig.Builder
Packages that use StatsConfig.Builder
-
Uses of StatsConfig.Builder in io.envoyproxy.envoy.config.bootstrap.v3
Fields in io.envoyproxy.envoy.config.bootstrap.v3 with type parameters of type StatsConfig.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder
<StatsConfig, StatsConfig.Builder, StatsConfigOrBuilder> Bootstrap.Builder.statsConfigBuilder_
Methods in io.envoyproxy.envoy.config.bootstrap.v3 that return StatsConfig.BuilderModifier and TypeMethodDescriptionBootstrap.Builder.getStatsConfigBuilder()
Configuration for internal processing of stats.Methods in io.envoyproxy.envoy.config.bootstrap.v3 that return types with arguments of type StatsConfig.BuilderModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder
<StatsConfig, StatsConfig.Builder, StatsConfigOrBuilder> Bootstrap.Builder.internalGetStatsConfigFieldBuilder()
Configuration for internal processing of stats.Methods in io.envoyproxy.envoy.config.bootstrap.v3 with parameters of type StatsConfig.BuilderModifier and TypeMethodDescriptionBootstrap.Builder.setStatsConfig
(StatsConfig.Builder builderForValue) Configuration for internal processing of stats. -
Uses of StatsConfig.Builder in io.envoyproxy.envoy.config.metrics.v3
Methods in io.envoyproxy.envoy.config.metrics.v3 that return StatsConfig.BuilderModifier and TypeMethodDescriptionStatsConfig.Builder.addAllHistogramBucketSettings
(Iterable<? extends HistogramBucketSettings> values) Defines rules for setting the histogram buckets.StatsConfig.Builder.addAllStatsTags
(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.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.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.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.static StatsConfig.Builder
StatsConfig.newBuilder()
static StatsConfig.Builder
StatsConfig.newBuilder
(StatsConfig prototype) StatsConfig.newBuilderForType()
protected StatsConfig.Builder
StatsConfig.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) 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.StatsConfig.toBuilder()