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

feat: add sent bytes and received bytes metrics to peerset #606

Merged
merged 1 commit into from
Jul 28, 2023

Conversation

amirvalhalla
Copy link
Member

@amirvalhalla amirvalhalla commented Jul 28, 2023

Description

added sent bytes and received bytes per message type to PeerSet plus update grpc

Related issue(s)

@amirvalhalla amirvalhalla requested a review from b00f July 28, 2023 14:21
@codecov
Copy link

codecov bot commented Jul 28, 2023

Codecov Report

Merging #606 (4a79158) into main (db341c3) will decrease coverage by 0.05%.
Report is 1 commits behind head on main.
The diff coverage is 63.49%.

@@            Coverage Diff             @@
##             main     #606      +/-   ##
==========================================
- Coverage   83.50%   83.46%   -0.05%     
==========================================
  Files         154      154              
  Lines        7277     7292      +15     
==========================================
+ Hits         6077     6086       +9     
- Misses        918      922       +4     
- Partials      282      284       +2     

@b00f b00f changed the title feat: add sent bytes and received bytes metrics to peerset plus updat… feat: add sent bytes and received bytes metrics to peerset Jul 28, 2023
@b00f b00f changed the title feat: add sent bytes and received bytes metrics to peerset feat: add sent bytes and received bytes metrics to peerset Jul 28, 2023
@b00f b00f merged commit 6c36120 into pactus-project:main Jul 28, 2023
15 of 16 checks passed
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.

Sent/Recieved rate per message type
2 participants