- All Superinterfaces:
Wrapper
Configuration which controls the behavior of distribution statistics from meters that support them
(for example, timers and distribution summaries).
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Builder for a newDistributionStatisticsConfig
instance. -
Method Summary
Modifier and TypeMethodDescriptionbuckets()
Returns the configured boundary boundaries.builder()
Creates a builder for a newDistributionStatisticsConfig
instance.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
Creates a builder for a newDistributionStatisticsConfig
instance.- Returns:
- new builder
-
percentiles
Returns the settings for non-aggregable percentiles.- Returns:
- percentiles to compute and publish
-
minimumExpectedValue
Returns the minimum expected value that the meter is expected to observe.- Returns:
- minimum expected value
-
maximumExpectedValue
Returns the maximum value that the meter is expected to observe.- Returns:
- maximum value
-
buckets
Returns the configured boundary boundaries.- Returns:
- the boundary boundaries
-