Uses of Record Class
io.helidon.metrics.api.MetricInstance
Packages that use MetricInstance
Package
Description
Metrics support for Java SE, uses the Microprofile metrics APIs and formats.
Defines the Helidon metrics API so Helidon metrics-capable components can implement metrics simply and without regard for
whether metrics is actually on the runtime path or not or is enabled or not.
-
Uses of MetricInstance in io.helidon.metrics
Methods in io.helidon.metrics that return types with arguments of type MetricInstance -
Uses of MetricInstance in io.helidon.metrics.api
Methods in io.helidon.metrics.api that return types with arguments of type MetricInstanceModifier and TypeMethodDescriptionReturns anOptionalfor an entry containing a metric ID and the corresponding metric matching the specified metric name.Returns a list of metric ID/metric pairs which match the provided metric name.AbstractRegistry.stream()Returns a stream ofMap.Entryfor this registry for enabled metrics.Registry.stream()Steam all metrics from this registry.