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

Trace SDK: Provide definitions for readable and read/write span. #669

Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Typo
Oberon00 authored Jun 24, 2020

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 31e8f374ff0be9340b57412840d9487726ba6cf5
2 changes: 1 addition & 1 deletion specification/trace/sdk.md
Original file line number Diff line number Diff line change
@@ -174,7 +174,7 @@ Thus, the SDK specification defines two new terms:
etc.).
Oberon00 marked this conversation as resolved.
Show resolved Hide resolved
A readable span MAY be identical to a read/write span, i.e., SDKs are not
required to have a read-only interface.
SDKs are also allowed to use a read/write span instead of a different readable
SDKs are also allowed to use a read/write span instead of a different readable interface
only in some places where the SDK requires a readable span.
* **Read/write span**: A span that provides both the full API as defined in the
[API-level definition for Span's interface](api.md#span-operations) and