Fix typo
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user