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

Make clear that context is not mutable when setting a span #2637

Merged
merged 6 commits into from
Jul 6, 2022

Conversation

Grunet
Copy link
Contributor

@Grunet Grunet commented Jun 30, 2022

Fixes #2624

Changes

Tries to clarify the sentence to make it clear that setting a span should not mutate the current context.

Related issues #

Related OTEP(s) #

@Grunet
Copy link
Contributor Author

Grunet commented Jun 30, 2022

I'm not at all tied to the wording changes. Would very much appreciate feedback from more familiar folks

@Grunet Grunet marked this pull request as ready for review June 30, 2022 03:31
@Grunet Grunet requested review from a team June 30, 2022 03:31
@Grunet Grunet requested a review from yurishkuro July 1, 2022 02:41
@arminru arminru added area:api Cross language API specification issue spec:trace Related to the specification/trace directory labels Jul 5, 2022
specification/trace/api.md Show resolved Hide resolved
@arminru arminru merged commit 3d0825d into open-telemetry:main Jul 6, 2022
beeme1mr pushed a commit to beeme1mr/opentelemetry-specification that referenced this pull request Aug 31, 2022
…metry#2637)

* Make clear that context is not mutable when setting a span
* Avoid making the copy seem mutable
* Update the summary line to also not sound like Context is mutable
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 spec:trace Related to the specification/trace directory
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Context Interaction Section Makes it Seem like Context Should Be Mutable
5 participants