Skip to content

Commit

Permalink
trace: It is the SDK that should enforce the rule (#3098)
Browse files Browse the repository at this point in the history
* trace: It is the SDK that should enforce the rule

* Update specification/trace/sdk.md

Co-authored-by: Tyler Yahn <[email protected]>

Co-authored-by: Tyler Yahn <[email protected]>
  • Loading branch information
utezduyar and MrAlias authored Jan 12, 2023
1 parent 5dc2da3 commit 2b60a35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specification/trace/sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ means that the current `Span` does record information, but most likely the child
`Span` will not.

The flag combination `SampledFlag == true` and `IsRecording == false`
could cause gaps in the distributed trace, and because of this OpenTelemetry API
could cause gaps in the distributed trace, and because of this the OpenTelemetry SDK
MUST NOT allow this combination.

### Recording Sampled reaction table
Expand Down

0 comments on commit 2b60a35

Please sign in to comment.