Uses of Class
io.smallrye.metrics.setup.config.HistogramBucketMaxConfiguration
-
Packages that use HistogramBucketMaxConfiguration Package Description io.smallrye.metrics.setup.config -
-
Uses of HistogramBucketMaxConfiguration in io.smallrye.metrics.setup.config
Methods in io.smallrye.metrics.setup.config that return HistogramBucketMaxConfiguration Modifier and Type Method Description HistogramBucketMaxConfigurationMetricsConfigurationManager. getDefaultHistogramMaxBucketConfiguration(String metricName)Returns the matchingHistogramBucketMaxConfigurationobject if it exists, null otherwiseMethods in io.smallrye.metrics.setup.config that return types with arguments of type HistogramBucketMaxConfiguration Modifier and Type Method Description static Collection<HistogramBucketMaxConfiguration>HistogramBucketMaxConfiguration. parse(String input)
-