Package com.palantir.tritium.metrics.registry
-
Interface Summary Interface Description MetricName TaggedMetricRegistry Similar toMetricRegistrybut allows tagging ofMetrics.TaggedMetricSet -
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.Builder SharedTaggedMetricRegistries Analogous to codahale'sSharedMetricRegistries.SlidingWindowTaggedMetricRegistry