-
Methods Method Description io.helidon.metrics.MetricsSupport.Builder.context(String) useMetricsSupport.Builder.webContext(String)instead, aligned with API of heatlh checksio.helidon.metrics.RegistryFactory.createSeFactory(Config) useRegistryFactory.create()orRegistryFactory.create(io.helidon.config.Config)instead when a new registry factory instance is needed. UseRegistryFactory.getInstance()orRegistryFactory.getInstance(io.helidon.config.Config)to retrieve the shared (singleton) instance.io.helidon.metrics.RegistryFactory.getRegistryFactory() useRegistryFactory::getInstanceinstead.