Package org.onosproject.core
Interface MetricsHelper
- 
public interface MetricsHelperCollection of utility methods used for providing Metrics. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default com.codahale.metrics.TimercreateTimer(String component, String feature, String name)Creates a Timer instance with given name.MetricsServicemetricsService()Returns MetricService instance. 
 - 
 
- 
- 
Method Detail
- 
metricsService
MetricsService metricsService()
Returns MetricService instance.- Returns:
 - MetricService instance
 
 
 - 
 
 -