Class OtelIncubatingAttributes.OtelSpanParentOriginIncubatingValues
java.lang.Object
io.opentelemetry.semconv.incubating.OtelIncubatingAttributes.OtelSpanParentOriginIncubatingValues
- Enclosing class:
- OtelIncubatingAttributes
public static final class OtelIncubatingAttributes.OtelSpanParentOriginIncubatingValues
extends Object
Values for
OtelIncubatingAttributes.OTEL_SPAN_PARENT_ORIGIN.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe span has a parent and the parent's span context isRemote() is falsestatic final StringThe span does not have a parent, it is a root spanstatic final StringThe span has a parent and the parent's span context isRemote() is true -
Method Summary
-
Field Details
-
NONE
The span does not have a parent, it is a root span- See Also:
-
LOCAL
The span has a parent and the parent's span context isRemote() is false- See Also:
-
REMOTE
The span has a parent and the parent's span context isRemote() is true- See Also:
-