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.io.helidon.microprofile.metrics Microprofile metrics specification implementation. -
-
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(MetricRegistry.Type type)Returns the MicroProfile metricMetricRegistryof the indicated registry type typed as the internal abstraction. -
Uses of InternalBridge.MetricRegistry in io.helidon.metrics
Methods in io.helidon.metrics that return InternalBridge.MetricRegistry Modifier and Type Method Description InternalBridge.MetricRegistryRegistryFactory. getBridgeRegistry(MetricRegistry.Type type) -
Uses of InternalBridge.MetricRegistry in io.helidon.microprofile.metrics
Methods in io.helidon.microprofile.metrics that return InternalBridge.MetricRegistry Modifier and Type Method Description static InternalBridge.MetricRegistryRegistryProducer. getApplicationRegistryInternal()static InternalBridge.MetricRegistryRegistryProducer. getBaseRegistryInternal()static InternalBridge.MetricRegistryRegistryProducer. getDefaultRegistryInternal()static InternalBridge.MetricRegistryRegistryProducer. getVendorRegistryInternal()
-