Uses of Interface
io.helidon.metrics.api.MetricsSettings
Packages that use MetricsSettings
Package
Description
Metrics support for Java SE, uses the Microprofile metrics APIs and formats.
Defines the Helidon metrics API so Helidon metrics-capable components can implement metrics simply and without regard for
whether metrics is actually on the runtime path or not or is enabled or not.
SPI for the metrics API.
API and minimal implementation for metrics support service.
Service provider interfaces for locating implementations of the metrics support service.
-
Uses of MetricsSettings in io.helidon.metrics
Methods in io.helidon.metrics with parameters of type MetricsSettingsModifier and TypeMethodDescriptionstatic 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) RegistryFactoryProviderImpl.create(MetricsSettings metricsSettings) voidRegistryFactory.update(MetricsSettings metricsSettings) Constructors in io.helidon.metrics with parameters of type MetricsSettingsModifierConstructorDescriptionprotectedMetricsSupport(MetricsSettings metricsSettings, RestServiceSettings restServiceSettings) Creates a newMetricsSupportinstance from the provides settings.protectedRegistryFactory(MetricsSettings metricsSettings, Registry appRegistry, Registry vendorRegistry) Create a new instance. -
Uses of MetricsSettings in io.helidon.metrics.api
Methods in io.helidon.metrics.api that return MetricsSettingsModifier and TypeMethodDescriptionMetricsSettings.Builder.build()Constructs aMetricsSettingsobject from the builder.static MetricsSettingsMetricsSettings.create()Returns default metrics settings based on themetricssection of the default config.static MetricsSettingsReturns metrics settings based on aConfignode, by convention themetricsconfig section within the overallmetricsconfig.Methods in io.helidon.metrics.api with parameters of type MetricsSettingsModifier and TypeMethodDescriptionstatic MetricsSettings.BuilderMetricsSettings.builder(MetricsSettings metricsSettings) Creates a builder based on the values in an existingMetricsSettingsinstance.static RegistryFactoryRegistryFactory.create(MetricsSettings metricsSettings) Returns aRegistryFactoryaccording to the specifiedMetricsSettings.static SystemTagsManagerSystemTagsManager.create(MetricsSettings metricsSettings) Creates a new system tags manager using the provided metrics settings and saves it as the initialized instance returned to subsequent invocations ofSystemTagsManager.instance().static RegistryFactoryRegistryFactory.getInstance(MetricsSettings metricSettings) Returns aRegistryFactoryaccording to theMetricsSettingsprovided and makes the instance the new value of the singleton.default voidRegistryFactory.update(MetricsSettings metricsSettings) Updates the metrics settings for theRegistryFactory. -
Uses of MetricsSettings in io.helidon.metrics.api.spi
Methods in io.helidon.metrics.api.spi with parameters of type MetricsSettingsModifier and TypeMethodDescriptionRegistryFactoryProvider.create(MetricsSettings metricsSettings) Creates a newRegistryFactoryaccording to the specified metrics settings. -
Uses of MetricsSettings in io.helidon.metrics.serviceapi
Methods in io.helidon.metrics.serviceapi with parameters of type MetricsSettingsModifier and TypeMethodDescriptionstatic MetricsSupportMetricsSupport.create(MetricsSettings metricsSettings) Creates a newMetricsSupportinstance using the specified metrics settings and defaulted REST service settings.static MetricsSupportMetricsSupport.create(MetricsSettings metricsSettings, RestServiceSettings restServiceSettings) Creates a newMetricsSupportinstance using the specified metrics settings and REST service settings. -
Uses of MetricsSettings in io.helidon.metrics.serviceapi.spi
Methods in io.helidon.metrics.serviceapi.spi with parameters of type MetricsSettingsModifier and TypeMethodDescriptionMetricsSupportProvider.create(MetricsSettings metricsSettings, RestServiceSettings restServiceSettings) Create a new instance of the specific type ofMetricsSupport.