@@ -876,12 +876,12 @@ its https://micrometer.io/docs[reference documentation].
876
876
[[production-ready-metrics-spring-mvc]]
877
877
=== Spring MVC metrics
878
878
Auto-configuration will enable the instrumentation of requests handled by Spring MVC.
879
- When `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
881
881
by adding `@Timed` to a request-handling method.
882
882
883
883
Metrics will, by default, be generated with the name `http.server.requests`. The name
884
- can be customized using the `metrics.web.server.requests-metrics-name` property.
884
+ can be customized using the `spring. metrics.web.server.requests-metrics-name` property.
885
885
886
886
887
887
@@ -904,7 +904,7 @@ controllers. A helper class, `RouterFunctionMetrics`, is also provided that can
904
904
used to instrument applications using WebFlux's funtional programming model.
905
905
906
906
Metrics will, by default, be generated with the name `http.server.requests`. The name
907
- can be customized using the `metrics.web.server.requests-metrics-name` property.
907
+ can be customized using the `spring. metrics.web.server.requests-metrics-name` property.
908
908
909
909
910
910
@@ -939,7 +939,7 @@ instrumentation of its requests. `MetricsRestTemplateCustomizer` can be used to
939
939
customize your own `RestTemplate` instances.
940
940
941
941
Metrics will, by default, be generated with the name `http.client.requests`. The name
942
- can be customized using the `metrics.web.client.requests-metrics-name` property.
942
+ can be customized using the `spring. metrics.web.client.requests-metrics-name` property.
943
943
944
944
945
945
0 commit comments