Skip to content

io.helidon.webserver.observe.metrics.AutoHttpMetricsPathConfig

Description

Settings for path-based automatic metrics configuration

Configuration options

KeyTypeDefaultDescription
pathStringPath matching expression for this path config entry
methodsList<String>HTTP methods for which this path config applies; default is to match all HTTP methods
enabledBooleantrueWhether automatic metrics are to be enabled for requests which match the specified io.helidon.http.PathMatcher and HTTP methods

Usages


See the manifest for all available types.