| Package | Description |
|---|---|
| org.apache.skywalking.apm.agent.core.context | |
| org.apache.skywalking.apm.agent.core.context.trace |
| Modifier and Type | Method and Description |
|---|---|
void |
TracingContext.asyncStop(AsyncSpan span) |
void |
IgnoredTracerContext.asyncStop(AsyncSpan span) |
void |
AbstractTracerContext.asyncStop(AsyncSpan span)
The given span could be stopped officially.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
AbstractSpan
The
AbstractSpan represents the span's skeleton, which contains all open methods. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractTracingSpan
The
AbstractTracingSpan represents a group of AbstractSpan implementations, which belongs a real
distributed trace. |
class |
EntrySpan
The
EntrySpan represents a service provider point, such as Tomcat server entrance. |
class |
ExitSpan
The
ExitSpan represents a service consumer point, such as Feign, Okhttp client for an Http service. |
class |
LocalSpan
The
LocalSpan represents a normal tracing point, such as a local method. |
class |
NoopExitSpan |
class |
NoopSpan
The
NoopSpan represents a span implementation without any actual operation. |
class |
StackBasedTracingSpan
The
StackBasedTracingSpan represents a span with an inside stack construction. |
Copyright © 2019 The Apache Software Foundation. All rights reserved.