-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changing span unsampled flag to be sampled flag (#260)
*Issue #, if available:* Previously we use `aws.trace.flag.unsampled` mark the span is unsampled. The change updates this attribute to be `aws.trace.flag.sampled`. *Description of changes:* #### span is unsampled: If span has no span attribute aws.trace.flag.sampled , value type is boolean and value is false. #### span is sampled: If span has no span attribute aws.trace.flag.sampled or span has span attribute aws.trace.flag.sampled , value type is boolean and value is true, or span has span attribute aws.trace.flag.sampled , value type is NOT boolean By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
- Loading branch information
Showing
4 changed files
with
12 additions
and
7 deletions.
There are no files selected for viewing
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
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
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
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