Uses of Interface
io.envoyproxy.envoy.config.metrics.v3.StatsConfigOrBuilder
-
Packages that use StatsConfigOrBuilder Package Description io.envoyproxy.envoy.config.bootstrap.v3 io.envoyproxy.envoy.config.metrics.v3 -
-
Uses of StatsConfigOrBuilder in io.envoyproxy.envoy.config.bootstrap.v3
Fields in io.envoyproxy.envoy.config.bootstrap.v3 with type parameters of type StatsConfigOrBuilder Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<StatsConfig,StatsConfig.Builder,StatsConfigOrBuilder>
Bootstrap.Builder. statsConfigBuilder_
Methods in io.envoyproxy.envoy.config.bootstrap.v3 that return StatsConfigOrBuilder Modifier and Type Method Description StatsConfigOrBuilder
Bootstrap.Builder. getStatsConfigOrBuilder()
Configuration for internal processing of stats.StatsConfigOrBuilder
Bootstrap. getStatsConfigOrBuilder()
Configuration for internal processing of stats.StatsConfigOrBuilder
BootstrapOrBuilder. getStatsConfigOrBuilder()
Configuration for internal processing of stats.Methods in io.envoyproxy.envoy.config.bootstrap.v3 that return types with arguments of type StatsConfigOrBuilder Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<StatsConfig,StatsConfig.Builder,StatsConfigOrBuilder>
Bootstrap.Builder. getStatsConfigFieldBuilder()
Configuration for internal processing of stats. -
Uses of StatsConfigOrBuilder in io.envoyproxy.envoy.config.metrics.v3
Classes in io.envoyproxy.envoy.config.metrics.v3 that implement StatsConfigOrBuilder Modifier and Type Class Description class
StatsConfig
Statistics configuration such as tagging.static class
StatsConfig.Builder
Statistics configuration such as tagging.
-