-
Notifications
You must be signed in to change notification settings - Fork 294
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
[Backport 2.x] Add tracer to Transport #3468
Conversation
### Description Add tracer to fix the breaking issue. ### Issues Resolved - #3462 ### Check List - [ ] New functionality includes testing - [ ] New functionality has been documented - [x] Commits are signed per the DCO using --signoff By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. For more information on following Developer Certificate of Origin and signing off your commits, please check [here](https://github.com/opensearch-project/OpenSearch/blob/main/CONTRIBUTING.md#developer-certificate-of-origin). --------- Signed-off-by: Gagan Juneja <gjjuneja@amazon.com> Co-authored-by: Gagan Juneja <gjjuneja@amazon.com> (cherry picked from commit bfba97a) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Waiting for new OS distribution builds to be published .... |
Codecov Report
@@ Coverage Diff @@
## 2.x #3468 +/- ##
=========================================
Coverage 64.66% 64.66%
Complexity 3540 3540
=========================================
Files 261 261
Lines 19808 19808
Branches 3324 3324
=========================================
+ Hits 12808 12809 +1
+ Misses 5367 5364 -3
- Partials 1633 1635 +2
|
Re-ran plugin install. Seems like latest OS 2.11 with the tracer change is not yet available. |
I have asked on Slack, the builds have been re-triggered: https://build.ci.opensearch.org/job/distribution-build-opensearch/ |
Backport bfba97a from #3463.