This commit is contained in:
Stephane Nicoll
2017-11-01 08:34:28 +01:00
parent 1739bfe077
commit 5208bd069d

View File

@@ -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.