public class Gauges<T> extends Object
Gauges(String name, String description, Supplier<T> tSupplier, ToDoubleFunction<T> dGetter, io.micrometer.core.instrument.MeterRegistry registry, Label... keys)
T
get(String... values)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Gauges(String name, String description, Supplier<T> tSupplier, ToDoubleFunction<T> dGetter, io.micrometer.core.instrument.MeterRegistry registry, Label... keys)
public T get(String... values)
Copyright © 2020. All rights reserved.