Package com.zendesk.maxwell.monitoring
Interface Metrics
-
- All Known Implementing Classes:
MaxwellMetrics
,NoOpMetrics
public interface Metrics
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.codahale.metrics.MetricRegistry
getRegistry()
String
metricName(String... names)
<T extends com.codahale.metrics.Metric>
voidregister(String name, T metric)
-
-
-
Method Detail
-
getRegistry
com.codahale.metrics.MetricRegistry getRegistry()
-
register
<T extends com.codahale.metrics.Metric> void register(String name, T metric) throws IllegalArgumentException
- Throws:
IllegalArgumentException
-
-