Package io.helidon.metrics
Class InternalBridgeImpl
- java.lang.Object
-
- io.helidon.metrics.InternalBridgeImpl
-
- All Implemented Interfaces:
InternalBridge
public class InternalBridgeImpl extends Object implements InternalBridge
Implements the metrics bridge interface based on MP Metrics 2.0.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.helidon.common.metrics.InternalBridge
InternalBridge.Metadata, InternalBridge.MetricID, InternalBridge.MetricRegistry, InternalBridge.Tag
-
-
Field Summary
-
Fields inherited from interface io.helidon.common.metrics.InternalBridge
INSTANCE
-
-
Constructor Summary
Constructors Constructor Description InternalBridgeImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RegistryFactorycreateRegistryFactory()RegistryFactorycreateRegistryFactory(io.helidon.config.Config config)InternalBridge.Metadata.MetadataBuilder.FactorygetMetadataBuilderFactory()InternalBridge.MetricID.FactorygetMetricIDFactory()RegistryFactorygetRegistryFactory()
-
-
-
Method Detail
-
getRegistryFactory
public RegistryFactory getRegistryFactory()
- Specified by:
getRegistryFactoryin interfaceInternalBridge
-
createRegistryFactory
public RegistryFactory createRegistryFactory()
- Specified by:
createRegistryFactoryin interfaceInternalBridge
-
createRegistryFactory
public RegistryFactory createRegistryFactory(io.helidon.config.Config config)
- Specified by:
createRegistryFactoryin interfaceInternalBridge
-
getMetricIDFactory
public InternalBridge.MetricID.Factory getMetricIDFactory()
- Specified by:
getMetricIDFactoryin interfaceInternalBridge
-
getMetadataBuilderFactory
public InternalBridge.Metadata.MetadataBuilder.Factory getMetadataBuilderFactory()
- Specified by:
getMetadataBuilderFactoryin interfaceInternalBridge
-
-