Aspect that adds tracing.
RestController annotated classes with public
Callable methods
Controller annotated
classes with public
Callable methods
Controller or
RestController annotated
classes with public
WebAsyncTask methods.
For controllers an around aspect is created that wraps the
Callable.call()
method execution in
TraceCallable.
This aspect will continue a span created by the TracingFilter. It will not create a new
span - since the one in TracingFilter will wait until processing has been finished