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

Extend network response with diagnostics #1588

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mykhailo-kuchma
Copy link
Collaborator

Implement request diagnostics for NetworkCurl.
Add response timings for a request, it includes timings for:

  • queue time
  • dns resolution time
  • connect + ssl handshake time
  • send, wait, receive time
  • total time taken

Relates-To: OCMAM-418

Implement request diagnostics for NetworkCurl.
Add response timings for a request, it includes timings for:
* queue time
* dns resolution time
* connect + ssl handshake time
* send, wait, receive time
* total time taken

Relates-To: OCMAM-418

Signed-off-by: Mykhailo Kuchma <[email protected]>
Copy link

codecov bot commented Feb 7, 2025

Codecov Report

Attention: Patch coverage is 0% with 5 lines in your changes missing coverage. Please review.

Project coverage is 81.34%. Comparing base (04fa9de) to head (dcccaf4).

Files with missing lines Patch % Lines
olp-cpp-sdk-core/src/http/NetworkResponse.cpp 0.00% 5 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1588      +/-   ##
==========================================
- Coverage   81.38%   81.34%   -0.04%     
==========================================
  Files         345      345              
  Lines       13545    13548       +3     
  Branches     1465     1464       -1     
==========================================
- Hits        11023    11020       -3     
- Misses       1925     1932       +7     
+ Partials      597      596       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant