otel.span.parent.origin
Developmentenumas of v1.44.0
Determines whether the span has a parent span, and if so, whether it is a remote parent
Values (3)
noneThe span does not have a parent, it is a root spanlocalThe span has a parent and the parent's span context isRemote() is falseremoteThe span has a parent and the parent's span context isRemote() is true
Used by
metrics (1)
- otel.sdk.span.started
* required on that signal.
History
Added as development.