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

p2p: Add algod_network_p2p_* traffic metrics #6105

Merged
merged 16 commits into from
Aug 29, 2024

Add networkP2PMessageQueueMicrosTotal

edc2d0c
Select commit
Loading
Failed to load commit list.
Merged

p2p: Add algod_network_p2p_* traffic metrics #6105

Add networkP2PMessageQueueMicrosTotal
edc2d0c
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 28, 2024 in 0s

56.30% (+0.08%) compared to 8e2e2e4

View this Pull Request on Codecov

56.30% (+0.08%) compared to 8e2e2e4

Details

Codecov Report

Attention: Patch coverage is 71.59091% with 25 lines in your changes missing coverage. Please review.

Project coverage is 56.30%. Comparing base (8e2e2e4) to head (edc2d0c).
Report is 3 commits behind head on master.

Files with missing lines Patch % Lines
network/metrics.go 65.51% 20 Missing ⚠️
network/p2p/pubsub.go 0.00% 3 Missing ⚠️
network/p2p/p2p.go 0.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #6105      +/-   ##
==========================================
+ Coverage   56.22%   56.30%   +0.08%     
==========================================
  Files         490      490              
  Lines       69705    69746      +41     
==========================================
+ Hits        39191    39271      +80     
+ Misses      27840    27809      -31     
+ Partials     2674     2666       -8     

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