Uses of Interface
io.helidon.common.metrics.InternalBridge.MetricRegistry.RegistryFactory
-
Packages that use InternalBridge.MetricRegistry.RegistryFactory 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.RegistryFactory in io.helidon.common.metrics
Fields in io.helidon.common.metrics declared as InternalBridge.MetricRegistry.RegistryFactory Modifier and Type Field Description static InternalBridge.MetricRegistry.RegistryFactoryInternalBridge.MetricRegistry.RegistryFactory. INSTANCEThe factory's singleton instance.Methods in io.helidon.common.metrics that return InternalBridge.MetricRegistry.RegistryFactory Modifier and Type Method Description InternalBridge.MetricRegistry.RegistryFactoryInternalBridge. createRegistryFactory()Creates a newRegistryFactorywith the default configuration, as exposed through theInternalBridge.RegistryFactoryinterface.InternalBridge.MetricRegistry.RegistryFactoryInternalBridge. createRegistryFactory(Config config)Creates a newRegistryFactorywith the specified configuration, as exposed through theInternalBridge.RegistryFactoryinterface.InternalBridge.MetricRegistry.RegistryFactoryInternalBridge. getRegistryFactory() -
Uses of InternalBridge.MetricRegistry.RegistryFactory in io.helidon.metrics
Classes in io.helidon.metrics that implement InternalBridge.MetricRegistry.RegistryFactory Modifier and Type Class Description classRegistryFactoryAccess point to all registries.
-