Uses of Class
io.envoyproxy.envoy.config.metrics.v3.HistogramEmitMode
-
Packages that use HistogramEmitMode Package Description io.envoyproxy.envoy.config.metrics.v3 -
-
Uses of HistogramEmitMode in io.envoyproxy.envoy.config.metrics.v3
Methods in io.envoyproxy.envoy.config.metrics.v3 that return HistogramEmitMode Modifier and Type Method Description static HistogramEmitModeHistogramEmitMode. forNumber(int value)HistogramEmitModeMetricsServiceConfig.Builder. getHistogramEmitMode()Specify which metrics types to emit for histograms.HistogramEmitModeMetricsServiceConfig. getHistogramEmitMode()Specify which metrics types to emit for histograms.HistogramEmitModeMetricsServiceConfigOrBuilder. getHistogramEmitMode()Specify which metrics types to emit for histograms.static HistogramEmitModeHistogramEmitMode. valueOf(int value)Deprecated.static HistogramEmitModeHistogramEmitMode. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static HistogramEmitModeHistogramEmitMode. valueOf(String name)Returns the enum constant of this type with the specified name.static HistogramEmitMode[]HistogramEmitMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.envoyproxy.envoy.config.metrics.v3 that return types with arguments of type HistogramEmitMode Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<HistogramEmitMode>HistogramEmitMode. internalGetValueMap()Methods in io.envoyproxy.envoy.config.metrics.v3 with parameters of type HistogramEmitMode Modifier and Type Method Description MetricsServiceConfig.BuilderMetricsServiceConfig.Builder. setHistogramEmitMode(HistogramEmitMode value)Specify which metrics types to emit for histograms.
-