Uses of Interface
io.helidon.webserver.observe.metrics.AutoHttpMetricsPathConfig
Packages that use AutoHttpMetricsPathConfig
Package
Description
Helidon WebServer Observability Metrics Support.
-
Uses of AutoHttpMetricsPathConfig in io.helidon.webserver.observe.metrics
Classes in io.helidon.webserver.observe.metrics with type parameters of type AutoHttpMetricsPathConfigModifier and TypeClassDescriptionstatic classAutoHttpMetricsPathConfig.BuilderBase<BUILDER extends AutoHttpMetricsPathConfig.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends AutoHttpMetricsPathConfig> Fluent API builder base forAutoHttpMetricsPathConfig.Classes in io.helidon.webserver.observe.metrics that implement AutoHttpMetricsPathConfigModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.webserver.observe.metrics that return AutoHttpMetricsPathConfigModifier and TypeMethodDescriptionAutoHttpMetricsPathConfig.Builder.build()AutoHttpMetricsPathConfig.Builder.buildPrototype()static AutoHttpMetricsPathConfigAutoHttpMetricsPathConfig.create()Create a new instance with default values.static AutoHttpMetricsPathConfigDeprecated.static AutoHttpMetricsPathConfigCreate a new instance from configuration.Methods in io.helidon.webserver.observe.metrics that return types with arguments of type AutoHttpMetricsPathConfigModifier and TypeMethodDescriptionAutoHttpMetricsConfig.BuilderBase.AutoHttpMetricsConfigImpl.paths()AutoHttpMetricsConfig.BuilderBase.paths()Automatic metrics collection settings.AutoHttpMetricsConfig.paths()Automatic metrics collection settings.Methods in io.helidon.webserver.observe.metrics with parameters of type AutoHttpMetricsPathConfigModifier and TypeMethodDescriptionAutoHttpMetricsConfig.BuilderBase.addPath(AutoHttpMetricsPathConfig path) Automatic metrics collection settings.AutoHttpMetricsPathConfig.builder(AutoHttpMetricsPathConfig instance) Create a new fluent API builder from an existing instance.AutoHttpMetricsPathConfig.BuilderBase.from(AutoHttpMetricsPathConfig prototype) Update this builder from an existing prototype instance.Method parameters in io.helidon.webserver.observe.metrics with type arguments of type AutoHttpMetricsPathConfigModifier and TypeMethodDescriptionAutoHttpMetricsConfig.BuilderBase.addPaths(List<? extends AutoHttpMetricsPathConfig> paths) Automatic metrics collection settings.AutoHttpMetricsConfig.BuilderBase.paths(List<? extends AutoHttpMetricsPathConfig> paths) Automatic metrics collection settings.
create(io.helidon.config.Config)