Skip to content

Commit ec46740

Browse files
committed
Link to Micrometer's documentation on @timed
Closes gh-33264
1 parent 0c8ae65 commit ec46740

File tree

1 file changed

+2
-0
lines changed
  • spring-boot-project/spring-boot-docs/src/docs/asciidoc/actuator

1 file changed

+2
-0
lines changed

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

+2
Original file line numberDiff line numberDiff line change
@@ -1111,6 +1111,8 @@ include::{docs-java}/actuator/metrics/supported/timedannotation/change/MyControl
11111111
NOTE: A `@Timed` annotation with `longTask = true` enables a long task timer for the method.
11121112
Long task timers require a separate metric name and can be stacked with a short task timer.
11131113

1114+
TIP: To use `@Timed` where it is not directly supported by Spring Boot, refer to the {micrometer-concepts-docs}#_the_timed_annotation[Micrometer documentation].
1115+
11141116

11151117

11161118
[[actuator.metrics.supported.redis]]

0 commit comments

Comments
 (0)