public interface MetricRegistryListener extends EventListener
void onCounterAdded(TimeStampedCounter added)
TimeStampedCounter is added to the MetricRegistry.added - TimeStampedCounter that was addedvoid onCounterRemoved(TimeStampedCounter removed)
TimeStampedCounter is removed from the MetricRegistry.removed - TimeStampedCounter that was removedvoid onGaugeAdded(TimeStampedGauge added)
TimeStampedGauge is added to the MetricRegistry.added - TimeStampedGauge that was addedvoid onGaugeRemoved(TimeStampedGauge removed)
TimeStampedGauge is removed from the MetricRegistry.removed - TimeStampedGauge that was removedvoid onHistogramAdded(TimeStampedHistogram added)
TimeStampedHistogram is added to the MetricRegistry.added - TimeStampedHistogram that was addedvoid onHistogramRemoved(TimeStampedHistogram removed)
TimeStampedHistogram is removed from the MetricRegistry.removed - TimeStampedHistogram that was removedvoid onMeterAdded(TimeStampedMeter added)
TimeStampedMeter is added to the MetricRegistry.added - TimeStampedMeter that was addedvoid onMeterRemoved(TimeStampedMeter removed)
TimeStampedMeter is removed from the MetricRegistry.removed - TimeStampedMeter that was removedvoid onRatioGaugeAdded(TimeStampedRatioGauge added)
TimeStampedRatioGauge is added to the MetricRegistry.added - TimeStampedRatioGauge that was addedvoid onRatioGaugeRemoved(TimeStampedRatioGauge removed)
TimeStampedRatioGauge is removed from the MetricRegistry.removed - TimeStampedRatioGauge that was removedvoid onRollingCounterAdded(TimeStampedRollingCounter added)
TimeStampedRollingCounter is added to the MetricRegistry.added - TimeStampedRollingCounter that was addedvoid onRollingCounterRemoved(TimeStampedRollingCounter removed)
TimeStampedRollingCounter is removed from the
MetricRegistry.removed - TimeStampedRollingCounter that was removedvoid onTimerAdded(TimeStampedTimer added)
TimeStampedTimer is added to the MetricRegistry.added - TimeStampedTimer that was addedvoid onTimerRemoved(TimeStampedTimer removed)
TimeStampedTimer is removed from the MetricRegistry.removed - TimeStampedTimer that was removedCopyright © 2014. All Rights Reserved.