mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-23 09:49:01 +00:00
Merge branch '2.5.x'
Closes gh-27302
This commit is contained in:
@@ -951,6 +951,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.
|
||||
|
||||
Reference in New Issue
Block a user