Browse Source

Merge branch '2.5.x'

Closes gh-27302
pull/30691/head
Andy Wilkinson 5 years ago
parent
commit
d7fd675f58
  1. 6
      spring-boot-project/spring-boot-docs/src/docs/asciidoc/actuator/metrics.adoc

6
spring-boot-project/spring-boot-docs/src/docs/asciidoc/actuator/metrics.adoc

@ -951,6 +951,12 @@ To disable the auto-configured connection pool metrics, set the following proper @@ -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.

Loading…
Cancel
Save