diff --git a/spring-boot-project/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc b/spring-boot-project/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc index b8e978d584..5bccb9d0ca 100644 --- a/spring-boot-project/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc +++ b/spring-boot-project/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc @@ -886,7 +886,7 @@ occur for all requests. Alternatively, when set to `false`, instrumentation can by adding `@Timed` to a request-handling method. Metrics will, by default, be generated with the name `http.server.requests`. The name -can be customized using the `spring.metrics.web.server.requests-metrics-name` property. +can be customized using the `spring.metrics.web.server.requests-metric-name` property. @@ -909,7 +909,7 @@ controllers. A helper class, `RouterFunctionMetrics`, is also provided that can used to instrument applications using WebFlux's functional programming model. Metrics will, by default, be generated with the name `http.server.requests`. The name -can be customized using the `spring.metrics.web.server.requests-metrics-name` property. +can be customized using the `spring.metrics.web.server.requests-metric-name` property. @@ -944,7 +944,7 @@ instrumentation of its requests. `MetricsRestTemplateCustomizer` can be used to customize your own `RestTemplate` instances. Metrics will, by default, be generated with the name `http.client.requests`. The name -can be customized using the `spring.metrics.web.client.requests-metrics-name` property. +can be customized using the `spring.metrics.web.client.requests-metric-name` property.