public interface MetricsRegistry
| Modifier and Type | Method and Description |
|---|---|
default Counter |
counter(String name) |
Counter |
counter(String name,
Collection<Tag> tags) |
<T> Gauge |
gauge(String name,
Collection<Tag> tags,
T obj,
ToDoubleFunction<T> f) |
default <T> Gauge |
gauge(String name,
T obj,
ToDoubleFunction<T> f) |
default Timer |
timer(String name) |
Timer |
timer(String name,
Collection<Tag> tags) |
default <T> Gauge gauge(String name, T obj, ToDoubleFunction<T> f)
<T> Gauge gauge(String name, Collection<Tag> tags, T obj, ToDoubleFunction<T> f)
Counter counter(String name, Collection<Tag> tags)
Timer timer(String name, Collection<Tag> tags)
Copyright © 2019. All rights reserved.