Uses of Interface
org.commonjava.o11yphant.metrics.api.Metric
-
Packages that use Metric Package Description org.commonjava.o11yphant.metrics.api -
-
Uses of Metric in org.commonjava.o11yphant.metrics.api
Subinterfaces of Metric in org.commonjava.o11yphant.metrics.api Modifier and Type Interface Description interfaceGauge<T>interfaceHistograminterfaceMeterinterfaceTimerMethods in org.commonjava.o11yphant.metrics.api with type parameters of type Metric Modifier and Type Method Description <T extends Metric>
TMetricRegistry. register(String name, T metric)Methods in org.commonjava.o11yphant.metrics.api that return types with arguments of type Metric Modifier and Type Method Description Map<String,Metric>MetricRegistry. getMetrics()Map<String,Metric>MetricSet. getMetrics()
-