io.helidon.webserver.observe.metrics.AutoHttpMetricsPathConfig
Description
Settings for path-based automatic metrics configuration
Configuration options
| Key | Type | Default | Description |
|---|---|---|---|
path | String | Path matching expression for this path config entry | |
methods | List<String> | HTTP methods for which this path config applies; default is to match all HTTP methods | |
enabled | Boolean | true | Whether 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.