- All Superinterfaces:
- Wrapper
Configuration which controls the behavior of distribution statistics from meters that support them
 (for example, timers and distribution summaries).
- 
Nested Class SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder for a newDistributionStatisticsConfiginstance.
- 
Method SummaryModifier and TypeMethodDescriptionbuckets()Returns the configured boundary boundaries.builder()Creates a builder for a newDistributionStatisticsConfiginstance.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- 
builderCreates a builder for a newDistributionStatisticsConfiginstance.- Returns:
- new builder
 
- 
percentilesReturns the settings for non-aggregable percentiles.- Returns:
- percentiles to compute and publish
 
- 
minimumExpectedValueReturns the minimum expected value that the meter is expected to observe.- Returns:
- minimum expected value
 
- 
maximumExpectedValueReturns the maximum value that the meter is expected to observe.- Returns:
- maximum value
 
- 
bucketsReturns the configured boundary boundaries.- Returns:
- the boundary boundaries
 
 
-