public class ClassicHistoListener extends CapabilityHook<HistogramAttachment>
| Constructor and Description |
|---|
ClassicHistoListener(com.codahale.metrics.MetricRegistry metricRegistry,
String sessionName,
String prefix,
Pattern pattern,
String interval,
TimeUnit nanoseconds) |
| Modifier and Type | Method and Description |
|---|---|
protected Class<HistogramAttachment> |
getCapabilityClass() |
void |
onCapableAdded(String name,
HistogramAttachment capable) |
void |
onCapableRemoved(String name,
HistogramAttachment capable) |
onCounterAdded, onCounterRemoved, onGaugeAdded, onGaugeRemoved, onHistogramAdded, onHistogramRemoved, onMeterAdded, onMeterRemoved, onTimerAdded, onTimerRemovedpublic void onCapableAdded(String name, HistogramAttachment capable)
onCapableAdded in class CapabilityHook<HistogramAttachment>public void onCapableRemoved(String name, HistogramAttachment capable)
onCapableRemoved in class CapabilityHook<HistogramAttachment>protected Class<HistogramAttachment> getCapabilityClass()
getCapabilityClass in class CapabilityHook<HistogramAttachment>Copyright © 2018. All rights reserved.