All Classes and Interfaces
类
类
说明
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
IgnoredExceptionIntercepts all methods annotated with
TagTraceAnnotationActivation 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".