Skip to content
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

Clarify context in tracing page #2891

Merged

Conversation

cartermp
Copy link
Contributor

fixes #2887

used in OpenTelemetry tracing is
[W3C TraceContext](https://www.w3.org/TR/trace-context/). Each context object is
associated with a span. See [Span Context](#span-context) for details on what
information is available.
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is much better. For me as a beginner to understand things better let me ask one question:
The TraceContext is passed from Service to Service with its parent modified, while each SpanContext is sent to the Collector when the Service is finished with the operation that the span covers? Is this correct?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I attempted to clarify. Span context contains the "trace context". That's where it gets stored.

Copy link
Member

@svrnm svrnm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lgtm

@cartermp cartermp merged commit cafd352 into open-telemetry:main Jun 20, 2023
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Sentence in docs for tracing does not make sense
3 participants