Uses of Class
io.helidon.metrics.MetricsSupport
Package
Description
Metrics support for Java SE, uses the Microprofile metrics APIs and formats.
-
Uses of MetricsSupport in io.helidon.metrics
Modifier and TypeMethodDescriptionMetricsSupport.Builder.build()
protected MetricsSupport
MetricsSupport.Builder.build
(Function<MetricsSupport.Builder, MetricsSupport> factory) Creates a newMetricsSupport
instance from the provided factory.static MetricsSupport
MetricsSupport.create()
Create an instance to be registered with Web Server with all defaults.static MetricsSupport
Create an instance to be registered with Web Server maybe overriding default values with configured values.static MetricsSupport
MetricsSupport.create
(MetricsSettings metricsSettings, RestServiceSettings restServiceSettings) Create an instance to be registered with Web Server with the specific metrics settings.MetricsSupportProviderImpl.create
(MetricsSettings metricsSettings, RestServiceSettings restServiceSettings) Modifier and TypeMethodDescriptionprotected MetricsSupport
MetricsSupport.Builder.build
(Function<MetricsSupport.Builder, MetricsSupport> factory) Creates a newMetricsSupport
instance from the provided factory.