Merge branch '2.4.x' into 2.5.x

Closes gh-27301
This commit is contained in:
Andy Wilkinson 2021-07-13 12:18:07 +01:00
commit d9e525c326
1 changed files with 6 additions and 0 deletions

View File

@ -943,6 +943,12 @@ To disable the auto-configured connection pool metrics, set the following proper
[[actuator.metrics.supported.jetty]]
==== Jetty Metrics
Auto-configuration will bind metrics for Jetty's `ThreadPool` using Micrometer's `JettyServerThreadPoolMetrics`.
[[actuator.metrics.supported.timed-annotation]]
==== @Timed Annotation Support
The `@Timed` annotation from the `io.micrometer.core.annotation` package can be used with several of the supported technologies listed above.