Class SlidingWindowTaggedMetricRegistry
- java.lang.Object
-
- com.palantir.tritium.metrics.registry.AbstractTaggedMetricRegistry
-
- com.palantir.tritium.metrics.registry.SlidingWindowTaggedMetricRegistry
-
- All Implemented Interfaces:
TaggedMetricRegistry,TaggedMetricSet
public final class SlidingWindowTaggedMetricRegistry extends AbstractTaggedMetricRegistry
-
-
Constructor Summary
Constructors Constructor Description SlidingWindowTaggedMetricRegistry(int window, java.util.concurrent.TimeUnit windowUnit)
-
Method Summary
-
Methods inherited from class com.palantir.tritium.metrics.registry.AbstractTaggedMetricRegistry
addMetrics, counter, counter, counterSupplier, createReservoir, forEachMetric, gauge, gauge, getMetrics, getOrAdd, histogram, histogram, histogramSupplier, meter, meter, meterSupplier, registerWithReplacement, remove, removeMetrics, removeMetrics, timer, timer, timerSupplier
-
-