-
Notifications
You must be signed in to change notification settings - Fork 2.7k
[refactor] Improved GetHTTPRoundTripper #7313
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
Conversation
Signed-off-by: danish9039 <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #7313 +/- ##
==========================================
+ Coverage 96.19% 96.27% +0.08%
==========================================
Files 377 377
Lines 22898 22899 +1
==========================================
+ Hits 22026 22046 +20
+ Misses 657 645 -12
+ Partials 215 208 -7
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Is this change purely a refactor or does it change the behavior? It seems to me that the TLS handling is different now. If so, please update the description/title to reflect what changed. |
done |
2eb85e1
Which problem is this PR solving?
part of
Description of the changes
It is part of the planned work to add support for API authentication, as discussed in #7230 (comment)
Improved
GetHTTPRoundTripperPrevious Problems :
Refactored Solutions:
Refactored
getConfigOptionsgetESOptions: Extracted basic ES client options into a dedicated helper for modularity.How was this change tested?
Checklist
jaeger:make lint testjaeger-ui:npm run lintandnpm run test