Class TraceSchedulingAspect
java.lang.Object
org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect
Aspect that creates a new Span for running threads executing methods annotated with
Scheduled annotation. For every
execution of scheduled method a new trace will be started. The name of the span will be
the simple name of the class annotated with
Scheduled- Since:
- 1.0.0
- Author:
- Tomasz Nurkewicz, 4financeIT, Michal Chmielarz, 4financeIT, Marcin Grzejszczak, Spencer Gibb
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiontraceBackgroundThread(org.aspectj.lang.ProceedingJoinPoint pjp)
-
Constructor Details
-
TraceSchedulingAspect
-
-
Method Details
-
traceBackgroundThread
- Throws:
Throwable
-