-
Notifications
You must be signed in to change notification settings - Fork 765
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
fix: http 400 status is not error on server #2904
Conversation
Thanks @nordfjord! Would you help to update the changelog? |
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.
LGTM assuming changelog is updated.
It might be nice to include some test cases.
Codecov Report
@@ Coverage Diff @@
## main #2904 +/- ##
==========================================
+ Coverage 84.20% 84.36% +0.15%
==========================================
Files 252 252
Lines 8895 8896 +1
==========================================
+ Hits 7490 7505 +15
+ Misses 1405 1391 -14
|
Thanks, I've added the changelog entry 🎉 . Happy to change the entry if necessary as well. |
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.
Nice, thanks for catching this!
LGTM - need to fix the link in changelog and add one for aspnet, and we are good to merge. |
117397b
to
d234277
Compare
Merging. Only modifying Instrumentation libraries, and not Core components. |
The specification here https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/trace/semantic_conventions/http.md#status.
Says:
Changes
For significant contributions please make sure you have completed the following items: