public class NoopMetricsRegistry extends Object implements MetricsRegistry
| Modifier and Type | Class and Description |
|---|---|
static class |
NoopMetricsRegistry.NoopCounter |
static class |
NoopMetricsRegistry.NoopGauge |
static class |
NoopMetricsRegistry.NoopTimer |
| Constructor and Description |
|---|
NoopMetricsRegistry() |
| Modifier and Type | Method and Description |
|---|---|
Counter |
counter(String name,
Collection<Tag> tags) |
<T> Gauge |
gauge(String name,
Collection<Tag> tags,
T obj,
ToDoubleFunction<T> f) |
Timer |
timer(String name,
Collection<Tag> tags) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcounter, gauge, timerpublic <T> Gauge gauge(String name, Collection<Tag> tags, T obj, ToDoubleFunction<T> f)
gauge in interface MetricsRegistrypublic Timer timer(String name, Collection<Tag> tags)
timer in interface MetricsRegistrypublic Counter counter(String name, Collection<Tag> tags)
counter in interface MetricsRegistryCopyright © 2019. All rights reserved.