I use @Timed
annotation on String Boot rest controller and it works fine. Method from controller calls method from service which is also annotated with @Timed
.
However, this annotation on method in subsequent service bean doesn't work (I don't see results in /metrics
). Why is it happening? Could it be fixed?