程序包 org.apache.skywalking.apm.toolkit.activation.trace
package org.apache.skywalking.apm.toolkit.activation.trace
-
类类说明
CallableOrRunnableActivationpresents that skywalking intercepts all Class with annotation "org.skywalking.apm.toolkit.trace.TraceCrossThread" and method named "call" or "run".Intercepts all exception annotated withIgnoredExceptionIntercepts all methods annotated withTagTraceAnnotationActivationenhance all method that annotated withorg.apache.skywalking.apm.toolkit.trace.annotation.TracebyTraceAnnotationMethodInterceptor.TraceAnnotationMethodInterceptorcreate a local span and set the operation name which fetch fromorg.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".