-
Notifications
You must be signed in to change notification settings - Fork 855
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
Updated Sampling Result names #1655
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great. Let's hold off on merging until the DROP spec PR is merged. Thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @eunice98k - can you run ./gradlew googleJavaFormat
to fix the formatting violations?
add a link in the README to the examples
…#1650) * Add since for SDK (corresponding to the version in API) * Add since based on release branches * Remove all since tags in SDK
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for your contribution :)
@thisthat No need to add blocked:spec, open-telemetry/opentelemetry-specification#956 is merged already. |
oh yeah! My bad! I blindly read the comment of @jkwatson and add the label without a double check! |
@eunice98k looks like this needs a rebase, and a run of the formatter, then should be good to go. Thanks! |
Codecov Report
@@ Coverage Diff @@
## master #1655 +/- ##
============================================
+ Coverage 86.62% 86.70% +0.08%
- Complexity 1398 1402 +4
============================================
Files 163 164 +1
Lines 5524 5545 +21
Branches 552 554 +2
============================================
+ Hits 4785 4808 +23
+ Misses 542 541 -1
+ Partials 197 196 -1
Continue to review full report at Codecov.
|
It looks like this PR now includes commits from previously merged PRs. I think those need to be removed from this PR. |
This PR updates the names of Sampling result for consistency, closing #1648
The changes have been made following these specifications:
open-telemetry/opentelemetry-specification#938
open-telemetry/opentelemetry-specification#956
Changed from:
NOT_RECORD
RECORD
RECORD_AND_SAMPLED
Changed to:
DROP
RECORD_ONLY
RECORD_AND_SAMPLE