| Class | Description |
|---|---|
| ActiveSpan |
provide custom api that set tag for current active span.
|
| CallableWrapper<V> | |
| RunnableWrapper | |
| SupplierWrapper<V> | |
| TraceContext |
Try to access the sky-walking tracer context.
|
| Annotation Type | Description |
|---|---|
| IgnoredException |
After the exception status checker activated in the agent, the span wouldn't be marked as error status if the
exception has this annotation.
|
| Tag |
Tag the current active span with key
Tag.key() and value Tag.value(), if there is no active span, this
annotation takes no effect. |
| Tags |
A wrapper annotation for
Tag that allows to apply multiple tags to a single method span, |
| Trace |
The agent create local span if the method that annotation with
Trace. |
| TraceCrossThread |
Copyright © 2021 The Apache Software Foundation. All rights reserved.