Uses of Class
io.helidon.integrations.micrometer.MeterRegistryFactory
Packages that use MeterRegistryFactory
-
Uses of MeterRegistryFactory in io.helidon.integrations.micrometer
Methods in io.helidon.integrations.micrometer that return MeterRegistryFactoryModifier and TypeMethodDescriptionMeterRegistryFactory.Builder.build()
static MeterRegistryFactory
MeterRegistryFactory.create()
Deprecated, for removal: This API element is subject to removal in a future version.Creates a new factory using default settings (no config).static MeterRegistryFactory
Deprecated, for removal: This API element is subject to removal in a future version.Creates a new factory using the specified config.static MeterRegistryFactory
MeterRegistryFactory.getInstance()
Deprecated, for removal: This API element is subject to removal in a future version.Returns the singleton instance of the factory.static MeterRegistryFactory
MeterRegistryFactory.getInstance
(MeterRegistryFactory.Builder builder) Deprecated, for removal: This API element is subject to removal in a future version.Creates and saves as the singleton a new factory.Methods in io.helidon.integrations.micrometer with parameters of type MeterRegistryFactoryModifier and TypeMethodDescriptionMicrometerFeature.Builder.meterRegistryFactorySupplier
(MeterRegistryFactory meterRegistryFactory) Assigns aMeterRegistryFactory
.