Uses of Interface
org.eclipse.microprofile.metrics.Metric
Packages that use Metric
-
Uses of Metric in org.eclipse.microprofile.metrics
Subinterfaces of Metric in org.eclipse.microprofile.metricsModifier and TypeInterfaceDescriptioninterfaceAn incrementing counter metric.interfaceA gauge metric is an instantaneous reading of a particular value.interfaceA metric which calculates the distribution of a value.interfaceA timer metric which aggregates timing durations and provides duration statisticsMethods in org.eclipse.microprofile.metrics with type parameters of type MetricModifier and TypeMethodDescription<T extends Metric>
TMetricRegistry.getMetrics(Class<T> ofType, MetricFilter filter) Returns a map of all the metrics in the registry and theirMetricIDs which match the given filter and which are assignable to the provided type.Methods in org.eclipse.microprofile.metrics that return MetricModifier and TypeMethodDescriptionMethods in org.eclipse.microprofile.metrics that return types with arguments of type MetricModifier and TypeMethodDescriptionMetricRegistry.getMetrics()Returns a map of all the metrics in the registry and theirMetricIDs at query time.MetricRegistry.getMetrics(MetricFilter filter) Returns a map of all the metrics in the registry and theirMetricIDs which match the given filter.Methods in org.eclipse.microprofile.metrics with parameters of type Metric