All Classes and Interfaces

说明
TraceAnnotationActivation enhance the tag method of ActiveSpan by ActiveSpanTagInterceptor.
 
 
 
 
 
 
 
 
 
CallableOrRunnableActivation presents that skywalking intercepts all Class with annotation "org.skywalking.apm.toolkit.trace.TraceCrossThread" and method named "call" or "run".
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Intercepts all exception annotated with IgnoredException
 
 
 
 
 
 
 
 
 
Intercepts all methods annotated with Tag
 
 
 
 
 
 
TraceAnnotationActivation enhance all method that annotated with org.apache.skywalking.apm.toolkit.trace.annotation.Trace by TraceAnnotationMethodInterceptor.
TraceAnnotationMethodInterceptor create a local span and set the operation name which fetch from org.apache.skywalking.apm.toolkit.trace.annotation.Trace.operationName. if the fetch value is blank string, and the operation name will be the method name.
 
Active the toolkit class "TraceContext".