What happens when you annotate a method with @Timed from Micrometer in a Spring Boot application?
-
A
The method execution time is automatically recorded as a Timer metric
-
B
A gauge is created tracking how many times the method is currently executing
-
C
A log entry is written with the execution duration on each invocation
-
D
An async span is created and sent to a distributed tracing backend