Skip to content

Commit a8e90ad

Browse files
committed
Polish "Fix names of metrics properties"
Closes gh-10316
1 parent a6b223c commit a8e90ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-boot-docs/src/main/asciidoc/production-ready-features.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -876,8 +876,8 @@ its https://micrometer.io/docs[reference documentation].
876876
[[production-ready-metrics-spring-mvc]]
877877
=== Spring MVC metrics
878878
Auto-configuration will enable the instrumentation of requests handled by Spring MVC.
879-
When `spring.metrics.web.server.auto-time-requests` is `true`, this instrumentation will occur
880-
for all requests. Alternatively, when set to `false`, instrumentation can be enabled
879+
When `spring.metrics.web.server.auto-time-requests` is `true`, this instrumentation will
880+
occur for all requests. Alternatively, when set to `false`, instrumentation can be enabled
881881
by adding `@Timed` to a request-handling method.
882882

883883
Metrics will, by default, be generated with the name `http.server.requests`. The name

0 commit comments

Comments
 (0)