-
Notifications
You must be signed in to change notification settings - Fork 833
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
Remove Status.value #2147
Remove Status.value #2147
Conversation
This PR also changes attribute names in the Jaeger exporter. Intentionally? |
Yeah went ahead and reflected the almost merged open-telemetry/opentelemetry-specification#1257 since it makes clearest what to do instead of using value. We can hold off on merging this until that's in of course. |
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.
I think this makes sense. 👍
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!
* | ||
* @return the numerical value of the code. | ||
*/ | ||
public int value() { |
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.
since this is a public API should we deprecate it before deleting?
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.
Makes sense
… into remove-status-value
Codecov Report
@@ Coverage Diff @@
## master #2147 +/- ##
============================================
- Coverage 85.33% 85.29% -0.04%
- Complexity 2135 2136 +1
============================================
Files 245 245
Lines 8181 8181
Branches 903 904 +1
============================================
- Hits 6981 6978 -3
- Misses 869 874 +5
+ Partials 331 329 -2
Continue to review full report at Codecov.
|
Fixes #1744
Not quite merged but open-telemetry/opentelemetry-specification#1257 has so many approvals I just went with its spec.