Span
as the active instance for the current
context (usually a thread).Span
instance active for the current context (usually a thread).Span
.Format.Builtin.BINARY
but specific for calling Tracer.extract(io.opentracing.propagation.Format<C>, C)
with.Format.Builtin.BINARY
but specific for calling Tracer.inject(io.opentracing.SpanContext, io.opentracing.propagation.Format<C>, C)
with.BinaryExtract
is an interface defining the required operations for a binary carrier for
Tracer.extract(io.opentracing.propagation.Format<C>, C)
only.BinaryInject
is an interface defining the required operations for a binary carrier for
Tracer.inject(io.opentracing.SpanContext, io.opentracing.propagation.Format<C>, C)
only.Scope
, updating ScopeManager#active()
and ScopeManager.activeSpan()
in the process.SpanContext
extraction.References.CHILD_OF
reference to the ScopeManager.activeSpan()
).SpanContext
injection.Binary
instance used for injection with the
specified ByteBuffer as output.ScopeManager
interface abstracts both the activation of Span
instances via
ScopeManager.activate(Span)
and access to an active Span
via ScopeManager.activeSpan()
.Span.setTag(String, String)
, but for boolean values.Span.setTag(String, String)
, but for numeric values.Span.setTag(String, String)
, but with using TagSpan
represents the OpenTracing specification's Span contract.Span
.Format.Builtin.TEXT_MAP
but specific for calling Tracer.extract(io.opentracing.propagation.Format<C>, C)
with.Format.Builtin.TEXT_MAP
but specific for calling Tracer.inject(io.opentracing.SpanContext, io.opentracing.propagation.Format<C>, C)
with.TextMapExtract
is a built-in carrier for Tracer.extract(io.opentracing.propagation.Format<C>, C)
only.TextMapInject
is a built-in carrier for Tracer.inject(io.opentracing.SpanContext, io.opentracing.propagation.Format<C>, C)
only.Span.setTag(String, String)
, but for the span being built.Span.setTag(String, boolean)
, but for the span being built.Span.setTag(String, Number)
, but for the span being built.AbstractTag#set(Span, T)
, but for the span being built.Copyright © 2016–2019 OpenTracing. All rights reserved.