From 5208bd069df554ac284e096c5cb635060daec311 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 1 Nov 2017 08:34:28 +0100 Subject: [PATCH] Fix typo --- .../src/main/asciidoc/production-ready-features.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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.