| Package | Description |
|---|---|
| io.opentracing.impl | |
| org.hawkular.apm.client.opentracing |
| Modifier and Type | Method and Description |
|---|---|
protected APMSpan |
APMSpanBuilder.createSpan() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
APMSpan.initTopLevelState(APMSpan topSpan,
TraceRecorder recorder,
ContextSampler sampler)
This method initialises the node builder and trace context for a top level
trace fragment.
|
| Modifier and Type | Method and Description |
|---|---|
APMSpan |
TraceContext.getTopSpan()
This method returns the top span associated with the traces involved in the current
service invocation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultNodeProcessor.process(TraceContext context,
APMSpan span,
NodeBuilder nodeBuilder) |
void |
NodeProcessor.process(TraceContext context,
APMSpan span,
NodeBuilder nodeBuilder)
This method processes the supplied span information to add information
to the supplied node being built.
|
| Constructor and Description |
|---|
TraceContext(APMSpan topSpan,
NodeBuilder rootNode,
TraceRecorder recorder,
ContextSampler sampler)
This constructor initialises the trace context.
|
Copyright © 2015–2017 Red Hat, Inc.. All rights reserved.