Merge branch '2.7.x'

Closes gh-33266
This commit is contained in:
Andy Wilkinson
2022-11-18 16:29:25 +00:00

View File

@@ -1164,6 +1164,8 @@ include::code:change/MyController[]
NOTE: A `@Timed` annotation with `longTask = true` enables a long task timer for the method.
Long task timers require a separate metric name and can be stacked with a short task timer.
TIP: To use `@Timed` where it is not directly supported by Spring Boot, refer to the {micrometer-concepts-docs}#_the_timed_annotation[Micrometer documentation].
[[actuator.metrics.supported.redis]]