-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Spec Conformance Review: SDK Span creation #1648
Spec Conformance Review: SDK Span creation #1648
Comments
SDK Span creation
opentelemetry-go/sdk/trace/span.go Lines 529 to 536 in 8b1be11
opentelemetry-go/sdk/trace/span.go Line 561 in 8b1be11
A new span ID is generated here: opentelemetry-go/sdk/trace/span.go Lines 526 to 543 in 8b1be11
it is done prior step 2, but step 2 has no influence on the Span ID value: opentelemetry-go/sdk/trace/span.go Lines 608 to 619 in 8b1be11
In this sense it is "act[ing] as if doing" the step in order.
opentelemetry-go/sdk/trace/span.go Lines 562 to 587 in 8b1be11
|
spec-compliance-matrix
New Span IDs are created for all spans. |
Traces/New Span ID created also for non-recording Spans
section of the Spec Compliance Matrix.The text was updated successfully, but these errors were encountered: