All Classes
-
All Classes Interface Summary Class Summary Class Description AbstractTaggedMetricRegistry DefaultTaggedMetricRegistry DropwizardTaggedMetricSet LockFreeExponentiallyDecayingReservoir LockFreeExponentiallyDecayingReservoiris based closely on the codahale ExponentiallyDecayingReservoir.java, however it provides looser guarantees while completely avoiding locks.LockFreeExponentiallyDecayingReservoir.Builder By default this uses a size of 1028 elements, which offers a 99.9% confidence level with a 5% margin of error assuming a normal distribution, and an alpha factor of 0.015, which heavily biases the reservoir to the past 5 minutes of measurements.MetricName MetricName.Builder MetricTags The standard set of metric tags as well as constant tag values.SharedTaggedMetricRegistries Analogous to codahale'sSharedMetricRegistries.SlidingWindowTaggedMetricRegistry TaggedMetricRegistry Similar toMetricRegistrybut allows tagging ofMetrics.TaggedMetricSet