Package io.opentelemetry.api.trace
Class SpanContextKey
- java.lang.Object
-
- io.opentelemetry.api.trace.SpanContextKey
-
@Immutable final class SpanContextKey extends java.lang.Object
Util class to hold on to the key for storing a Span in the Context.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static ContextKey<Span>
KEY
-
Constructor Summary
Constructors Modifier Constructor Description private
SpanContextKey()
-
-
-
Field Detail
-
KEY
static final ContextKey<Span> KEY
-
-