Skip to content
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 the HttpChannel trace termination in case of exceptions #10325

Merged
merged 1 commit into from
Oct 3, 2023

Fix the HttpChannel trace termination in case of exceptions

5381e13
Select commit
Loading
Failed to load commit list.
Merged

Fix the HttpChannel trace termination in case of exceptions #10325

Fix the HttpChannel trace termination in case of exceptions
5381e13
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 3, 2023 in 1s

71.14% (target 70.00%)

View this Pull Request on Codecov

71.14% (target 70.00%)

Details

Codecov Report

Merging #10325 (5381e13) into main (d3bf230) will decrease coverage by 0.01%.
Report is 6 commits behind head on main.
The diff coverage is 55.00%.

@@             Coverage Diff              @@
##               main   #10325      +/-   ##
============================================
- Coverage     71.15%   71.14%   -0.01%     
- Complexity    58247    58286      +39     
============================================
  Files          4831     4832       +1     
  Lines        274684   274696      +12     
  Branches      40026    40028       +2     
============================================
- Hits         195443   195434       -9     
- Misses        62884    62930      +46     
+ Partials      16357    16332      -25     
Files Coverage Δ
...rg/opensearch/telemetry/tracing/DefaultTracer.java 100.00% <ø> (ø)
...rch/extensions/rest/RestActionsRequestHandler.java 100.00% <100.00%> (ø)
...extensions/rest/RestInitializeExtensionAction.java 65.00% <100.00%> (-0.44%) ⬇️
...rch/extensions/rest/RestSendToExtensionAction.java 42.14% <100.00%> (ø)
...g/opensearch/http/AbstractHttpServerTransport.java 75.13% <100.00%> (+0.13%) ⬆️
...src/main/java/org/opensearch/http/HttpChannel.java 100.00% <100.00%> (ø)
...ing/handler/TraceableTransportResponseHandler.java 80.00% <0.00%> (-3.34%) ⬇️
...opensearch/transport/TransportResponseHandler.java 0.00% <0.00%> (ø)
...a/org/opensearch/extensions/ExtensionsManager.java 52.14% <62.50%> (+8.12%) ⬆️
...lemetry/tracing/channels/TraceableHttpChannel.java 57.14% <0.00%> (-13.45%) ⬇️

... and 451 files with indirect coverage changes