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 relayed connection metric #1252

Merged
merged 1 commit into from
Oct 12, 2022
Merged

Conversation

corverroos
Copy link
Contributor

Adds the p2p_peer_connection_types gauge vector with labels peer and type that indicates the number of current connections to each peer by type.

Also adds to simnet dashboard.

category: misc
ticket: #1243

@corverroos
Copy link
Contributor Author

image

@codecov
Copy link

codecov bot commented Oct 11, 2022

Codecov Report

Base: 53.58% // Head: 53.55% // Decreases project coverage by -0.02% ⚠️

Coverage data is based on head (29f6861) compared to base (a64b4f6).
Patch coverage: 0.00% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1252      +/-   ##
==========================================
- Coverage   53.58%   53.55%   -0.03%     
==========================================
  Files         139      139              
  Lines       16298    16315      +17     
==========================================
+ Hits         8733     8738       +5     
- Misses       6303     6319      +16     
+ Partials     1262     1258       -4     
Impacted Files Coverage Δ
p2p/metrics.go 0.00% <ø> (ø)
p2p/p2p.go 24.73% <0.00%> (-5.54%) ⬇️
core/priority/prioritiser.go 60.52% <0.00%> (-1.32%) ⬇️
app/vmock.go 71.89% <0.00%> (ø)
core/qbft/qbft.go 81.54% <0.00%> (+0.42%) ⬆️
core/scheduler/scheduler.go 73.67% <0.00%> (+0.53%) ⬆️
core/dutydb/memory.go 67.22% <0.00%> (+0.84%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@corverroos corverroos added the merge when ready Indicates bulldozer bot may merge when all checks pass label Oct 12, 2022
@obol-bulldozer obol-bulldozer bot merged commit b29f26a into main Oct 12, 2022
@obol-bulldozer obol-bulldozer bot deleted the corver/proxymetrics branch October 12, 2022 05:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merge when ready Indicates bulldozer bot may merge when all checks pass
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants