Module io.helidon.webclient.metrics
Package io.helidon.webclient.metrics
Class WebClientMetricsProvider
java.lang.Object
io.helidon.webclient.metrics.WebClientMetricsProvider
- All Implemented Interfaces:
- WebClientServiceProvider
Service for web client metrics.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionConfig key expected underclient.services.config.Create a new service instance based on configuration.
- 
Constructor Details- 
WebClientMetricsProviderpublic WebClientMetricsProvider()
 
- 
- 
Method Details- 
configKeyDescription copied from interface:WebClientServiceProviderConfig key expected underclient.services.config.- Specified by:
- configKeyin interface- WebClientServiceProvider
- Returns:
- name of the configuration node of this service
 
- 
createDescription copied from interface:WebClientServiceProviderCreate a new service instance based on configuration.- Specified by:
- createin interface- WebClientServiceProvider
- Parameters:
- config- configuration of this service
- Returns:
- a new client service instance
 
 
-