| 类 | 说明 |
|---|---|
| ActiveSpanTagActivation | |
| ActiveSpanTagInterceptor | |
| CallableOrRunnableActivation |
CallableOrRunnableActivation presents that skywalking intercepts all Class with annotation
"org.skywalking.apm.toolkit.trace.TraceCrossThread" and method named "call" or "run". |
| CallableOrRunnableConstructInterceptor | |
| CallableOrRunnableInvokeInterceptor | |
| TraceAnnotationActivation |
TraceAnnotationActivation enhance all method that annotated with org.apache.skywalking.apm.toolkit.trace.annotation.Trace
by TraceAnnotationMethodInterceptor. |
| 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. |
| TraceContextActivation |
Active the toolkit class "TraceContext".
|
| TraceContextInterceptor |
Copyright © 2018 The Apache Software Foundation. All rights reserved.