Skip to content

Update Span End method documentation#1310

Merged
MrAlias merged 3 commits intoopen-telemetry:masterfrom
MrAlias:span-end
Nov 9, 2020
Merged

Update Span End method documentation#1310
MrAlias merged 3 commits intoopen-telemetry:masterfrom
MrAlias:span-end

Conversation

@MrAlias
Copy link
Copy Markdown
Contributor

@MrAlias MrAlias commented Nov 6, 2020

Updates to the Span after End is called result it potentially inconsistent views of the Span between the code defining it and the
ultimate receiver of the Span data. This corrects the documented language of the API to prevent this from happening.

Resolves #1275

Updates to the Span after End is called result it potentially
inconsistent views of the Span between the code defining it and the
ultimate receiver of the Span data. This corrects the documented
language of the API to prevent this from happening.
@MrAlias MrAlias added pkg:API Related to an API package documentation Provides helpful information area:trace Part of OpenTelemetry tracing release:required-for-ga labels Nov 6, 2020
@MrAlias MrAlias added this to the RC1 milestone Nov 6, 2020
@MrAlias MrAlias self-assigned this Nov 6, 2020
@MrAlias MrAlias merged commit 757030d into open-telemetry:master Nov 9, 2020
@MrAlias MrAlias deleted the span-end branch November 9, 2020 18:57
@MrAlias MrAlias mentioned this pull request Nov 20, 2020
AzfaarQureshi pushed a commit to open-o11y/opentelemetry-go that referenced this pull request Dec 3, 2020
* Update Span End method documentation

Updates to the Span after End is called result it potentially
inconsistent views of the Span between the code defining it and the
ultimate receiver of the Span data. This corrects the documented
language of the API to prevent this from happening.

* Add changes to changelog
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:trace Part of OpenTelemetry tracing documentation Provides helpful information pkg:API Related to an API package

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Span.End contract unclear

3 participants