-
Notifications
You must be signed in to change notification settings - Fork 888
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
Trace API: Update mentions of SpanContext as parent. #1023
Merged
bogdandrutu
merged 6 commits into
open-telemetry:master
from
dynatrace-oss-contrib:spancontextparent-editorial
Oct 2, 2020
Merged
Trace API: Update mentions of SpanContext as parent. #1023
bogdandrutu
merged 6 commits into
open-telemetry:master
from
dynatrace-oss-contrib:spancontextparent-editorial
Oct 2, 2020
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oberon00
added
area:api
Cross language API specification issue
spec:trace
Related to the specification/trace directory
labels
Sep 28, 2020
arminru
reviewed
Sep 28, 2020
carlosalberto
approved these changes
Sep 28, 2020
Overall LGTM (as it is an editorial change). Please apply @arminru's feedback. |
carlosalberto
added
the
release:allowed-for-ga
Editorial changes that can still be added before GA since they don't require action by SIGs
label
Sep 28, 2020
Co-authored-by: Armin Ruech <armin.ruech@dynatrace.com>
arminru
approved these changes
Sep 28, 2020
bogdandrutu
reviewed
Sep 28, 2020
I realized that we can be far less vague in this section now and rewrote it. |
bogdandrutu
approved these changes
Sep 29, 2020
jkwatson
reviewed
Sep 29, 2020
SergeyKanzhelev
approved these changes
Sep 29, 2020
Co-authored-by: John Watson <jkwatson@gmail.com>
arminru
approved these changes
Sep 30, 2020
Co-authored-by: Armin Ruech <armin.ruech@dynatrace.com>
carlosalberto
pushed a commit
to carlosalberto/opentelemetry-specification
that referenced
this pull request
Oct 31, 2024
…1023) * Trace API: Update mentions of SpanContext as parent. * Incorporate changes regarding Propagated Span Co-authored-by: Armin Ruech <armin.ruech@dynatrace.com> * Rewrite "Behavior of the API in absence of SDK" * Update specification/trace/api.md Co-authored-by: John Watson <jkwatson@gmail.com> * Apply suggestions from code review Co-authored-by: Armin Ruech <armin.ruech@dynatrace.com> * Improve grammar. Co-authored-by: Armin Ruech <armin.ruech@dynatrace.com> Co-authored-by: John Watson <jkwatson@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area:api
Cross language API specification issue
release:allowed-for-ga
Editorial changes that can still be added before GA since they don't require action by SIGs
spec:trace
Related to the specification/trace directory
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changes
SpanContext
as parent for the situation after only allowingContext
as parent (Spans's parent must be passed as Context instead of Span(Context)s. #875) and not allowing to storeSpanContext
directly inContext
/ introducing Propagated Span (Define Propagation-only Span to simplify active Span logic in Context. #994).This should be only an editorial change, there is no intent to change meaning, thus no CHANGELOG update.