Uses of Interface
io.helidon.common.metrics.InternalBridge.MetricRegistry
-
Packages that use InternalBridge.MetricRegistry Package Description io.helidon.common.metrics A collection of version-neutral interfaces (and some implementations where they apply to all versions) of constructs used in MicroProfile Metrics.io.helidon.metrics Metrics support for Java SE, uses the Microprofile metrics APIs and formats. -
-
Uses of InternalBridge.MetricRegistry in io.helidon.common.metrics
Methods in io.helidon.common.metrics that return InternalBridge.MetricRegistry Modifier and Type Method Description InternalBridge.MetricRegistryInternalBridge.MetricRegistry.RegistryFactory. getBridgeRegistry(org.eclipse.microprofile.metrics.MetricRegistry.Type type)Returns the MicroProfile metricMetricRegistryof the indicated registry type typed as the internal abstraction. -
Uses of InternalBridge.MetricRegistry in io.helidon.metrics
Classes in io.helidon.metrics that implement InternalBridge.MetricRegistry Modifier and Type Class Description classRegistryMetrics registry.Methods in io.helidon.metrics that return InternalBridge.MetricRegistry Modifier and Type Method Description InternalBridge.MetricRegistryRegistryFactory. getBridgeRegistry(org.eclipse.microprofile.metrics.MetricRegistry.Type type)
-