Commit 5208bd06 authored by Stephane Nicoll's avatar Stephane Nicoll

Fix typo

parent 1739bfe0
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment