Uses of Interface
org.commonjava.o11yphant.metrics.api.Gauge
-
Packages that use Gauge Package Description org.commonjava.o11yphant.metrics org.commonjava.o11yphant.metrics.api -
-
Uses of Gauge in org.commonjava.o11yphant.metrics
Method parameters in org.commonjava.o11yphant.metrics with type arguments of type Gauge Modifier and Type Method Description voidMetricsManager. addGauges(Class<?> className, String method, Map<String,Gauge<Integer>> gauges) -
Uses of Gauge in org.commonjava.o11yphant.metrics.api
Methods in org.commonjava.o11yphant.metrics.api that return Gauge Modifier and Type Method Description <T> Gauge<T>MetricRegistry. gauge(String name, Gauge<T> o)Methods in org.commonjava.o11yphant.metrics.api with parameters of type Gauge Modifier and Type Method Description <T> Gauge<T>MetricRegistry. gauge(String name, Gauge<T> o)
-