You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-docs/src/docs/asciidoc/actuator/metrics.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -769,7 +769,7 @@ Applications can opt in and record exceptions by <<web#web.reactive.webflux.erro
769
769
770
770
[[actuator.metrics.supported.jersey]]
771
771
==== Jersey Server Metrics
772
-
Auto-configuration enables the instrumentation of all requests handled by the Jersey JAX-RS implementation whenever Micrometer's `micrometer-jersey2` module is on the classpath.
772
+
Auto-configuration enables the instrumentation of all requests handled by the Jersey JAX-RS implementation.
773
773
By default, metrics are generated with the name, `http.server.requests`.
774
774
You can customize the name by setting the configprop:management.metrics.web.server.request.metric-name[] property.
0 commit comments