-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Replace JAEGER_IMAGE_TAG with JAEGER_VERSION #6613
Conversation
Signed-off-by: cs-308-2023 <[email protected]>
Signed-off-by: cs-308-2023 <[email protected]>
@@ -183,7 +183,7 @@ func (aH *APIHandler) transformOTLP(w http.ResponseWriter, r *http.Request) { | |||
} | |||
|
|||
traces, err := otlp2traces(body) | |||
if aH.handleError(w, err, http.StatusInternalServerError) { | |||
if aH.handleError(w, err, http.StatusBadRequest) { |
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.
why is this in this PR?
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'll fix it right away.
Signed-off-by: cs-308-2023 <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6613 +/- ##
==========================================
- Coverage 96.23% 95.95% -0.28%
==========================================
Files 377 364 -13
Lines 21421 20750 -671
==========================================
- Hits 20614 19911 -703
- Misses 614 640 +26
- Partials 193 199 +6
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@yurishkuro The issue in this pr is because of a commit that I have added to my main branch for another commit. I have fixed the main branch that I have forked. I have added a new pr #6614 that resolves this issue. |
Which problem is this PR solving?
Description of the changes
How was this change tested?
Checklist
jaeger
:make lint test
jaeger-ui
:npm run lint
andnpm run test