com.netflix.servo.monitor
Interface CompositeMonitor<T>

All Superinterfaces:
Monitor<T>
All Known Implementing Classes:
AbstractContextualMonitor, BasicCompositeMonitor, BasicTimer, BucketTimer, ContextualCounter, ContextualTimer, DynamicCounter, DynamicTimer, StatsMonitor, StatsTimer

public interface CompositeMonitor<T>
extends Monitor<T>

Used as a mixin for monitors that are composed of a number of sub-monitors.


Method Summary
 java.util.List<Monitor<?>> getMonitors()
          Returns a list of sub-monitors for this composite.
 
Methods inherited from interface com.netflix.servo.monitor.Monitor
getConfig, getValue
 

Method Detail

getMonitors

java.util.List<Monitor<?>> getMonitors()
Returns a list of sub-monitors for this composite.