| Package | Description |
|---|---|
| io.opentracing.impl |
| Modifier and Type | Method and Description |
|---|---|
protected void |
APMSpan.init(APMSpanBuilder builder,
TraceRecorder recorder,
ContextSampler sampler) |
protected void |
APMSpan.initChildOf(APMSpanBuilder builder,
io.opentracing.impl.AbstractSpanBuilder.Reference ref)
This method initialises the span based on a 'child-of' relationship.
|
protected void |
APMSpan.initFollowsFrom(APMSpanBuilder builder,
TraceRecorder recorder,
io.opentracing.impl.AbstractSpanBuilder.Reference ref,
ContextSampler sampler)
This method initialises the span based on a 'follows-from' relationship.
|
protected void |
APMSpan.initFromExtractedTraceState(APMSpanBuilder builder,
TraceRecorder recorder,
io.opentracing.impl.AbstractSpanBuilder.Reference ref,
ContextSampler sampler)
This method initialises the span based on extracted trace state.
|
protected void |
APMSpan.initReferences(APMSpanBuilder builder,
TraceRecorder recorder,
ContextSampler sampler) |
protected void |
APMSpan.makeInternalLink(APMSpanBuilder builder)
This method creates a Consumer node to link the new trace fragment to a
node associated with a referenced Span.
|
protected void |
APMSpan.processNoPrimaryReference(APMSpanBuilder builder,
TraceRecorder recorder,
ContextSampler sampler)
This method initialises the span based on there being no primary reference.
|
protected void |
APMSpan.processRemainingReferences(APMSpanBuilder builder,
io.opentracing.impl.AbstractSpanBuilder.Reference primaryRef)
This method processes the remaining references by creating appropriate correlation ids
against the current node.
|
| Constructor and Description |
|---|
APMSpan(APMSpanBuilder builder,
TraceRecorder recorder,
ContextSampler sampler) |
Copyright © 2015–2017 Red Hat, Inc.. All rights reserved.