-
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) usecreate()orcreate(io.helidon.config.Config)instead when a new registry factory instance is needed. UsegetInstance()orgetInstance(io.helidon.config.Config)to retrieve the shared (singleton) instance.io.helidon.metrics.RegistryFactory.getRegistryFactory() useRegistryFactory::getInstanceinstead.