com.netflix.servo.monitor
Interface NumericMonitor<T extends java.lang.Number>

All Superinterfaces:
Monitor<T>
All Known Subinterfaces:
Counter, Gauge<T>, Timer
All Known Implementing Classes:
BasicCounter, BasicGauge, BasicTimer, ContextualCounter, ContextualTimer, DoubleGauge, LongGauge, MaxGauge, MinGauge, ResettableCounter, StatsTimer

public interface NumericMonitor<T extends java.lang.Number>
extends Monitor<T>

A monitor type that has a numeric value.


Method Summary
 
Methods inherited from interface com.netflix.servo.monitor.Monitor
getConfig, getValue