Uses of Class
io.helidon.metrics.MetricsSupport
Packages that use MetricsSupport
Package
Description
Metrics support for Java SE, uses the Microprofile metrics APIs and formats.
-
Uses of MetricsSupport in io.helidon.metrics
Methods in io.helidon.metrics that return MetricsSupportModifier and TypeMethodDescriptionMetricsSupport.Builder.build()protected MetricsSupportMetricsSupport.Builder.build(Function<MetricsSupport.Builder, MetricsSupport> factory) Creates a newMetricsSupportinstance from the provided factory.static MetricsSupportMetricsSupport.create()Create an instance to be registered with Web Server with all defaults.static MetricsSupportCreate an instance to be registered with Web Server maybe overriding default values with configured values.static MetricsSupportMetricsSupport.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) Method parameters in io.helidon.metrics with type arguments of type MetricsSupportModifier and TypeMethodDescriptionprotected MetricsSupportMetricsSupport.Builder.build(Function<MetricsSupport.Builder, MetricsSupport> factory) Creates a newMetricsSupportinstance from the provided factory.