Interface DistributionStatisticsConfig
Configuration which controls the behavior of distribution statistics from meters that support them
(for example, timers and distribution summaries).
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder for a newDistributionStatisticsConfiginstance. -
Method Summary
Modifier and TypeMethodDescriptionbuckets()Returns the configured boundary boundaries.builder()Deprecated, for removal: This API element is subject to removal in a future version.Returns the maximum value that the meter is expected to observe.Returns the minimum expected value that the meter is expected to observe.Returns the settings for non-aggregable percentiles.
-
Method Details
-
builder
Deprecated, for removal: This API element is subject to removal in a future version.this method uses service registry to get aMetricsFactoryinstance, which may be inefficient, useMetricsFactory.distributionStatisticsConfigBuilder()insteadCreates a builder for a newDistributionStatisticsConfiginstance.- Returns:
- new builder
-
percentiles
-
minimumExpectedValue
-
maximumExpectedValue
-
buckets
-
MetricsFactoryinstance, which may be inefficient, useMetricsFactory.distributionStatisticsConfigBuilder()instead