See spec at https://github.com/open-telemetry/opentelemetry-specification/blob/7e0c10260178b947777cf9c11d7f7ac4d4700725/specification/trace/sdk.md#onstart
parentContext - the parent Context of the span that the SDK determined (the explicitly passed Context, the current Context or an empty Context if that was explicitly requested).
This was introduced in open-telemetry/opentelemetry-specification#875 but was not handled in #1611.
Current signature (at time of issue creation):
|
void onStart(ReadWriteSpan span); |
See spec at https://github.com/open-telemetry/opentelemetry-specification/blob/7e0c10260178b947777cf9c11d7f7ac4d4700725/specification/trace/sdk.md#onstart
This was introduced in open-telemetry/opentelemetry-specification#875 but was not handled in #1611.
Current signature (at time of issue creation):
opentelemetry-java/sdk/tracing/src/main/java/io/opentelemetry/sdk/trace/SpanProcessor.java
Line 25 in 2d7f7f0