-
Notifications
You must be signed in to change notification settings - Fork 214
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
[Merged by Bors] - parametrize gossip sub queue and validation parameters #5291
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #5291 +/- ##
========================================
Coverage 77.5% 77.5%
========================================
Files 253 251 -2
Lines 29632 29479 -153
========================================
- Hits 22966 22872 -94
+ Misses 5204 5162 -42
+ Partials 1462 1445 -17 ☔ View full report in Codecov by Sentry. |
bors try |
tryBuild failed: |
bors try |
tryBuild succeeded: |
bors merge |
added 3 new metrics: - spacemesh_p2p_queue_full{"protocol"} counter for number of dropped messages due to inbox queue being full. - spacemesh_p2p_throttled{"protocol"} counter for number of dropped messages due to gossipsub global or per topic throttling - spacemesh_p2p_rejected{"protocol"} dropped messages for any other reason, such as validation didn't pass and 3 new parameters in p2p section: ```json { "gossip-queue-size": 10000, "gossip-validation-throttle": 10000, "gossip-atx-validation-throttle": 10000 } ```
Pull request successfully merged into develop. Build succeeded:
|
added 3 new metrics: - spacemesh_p2p_queue_full{"protocol"} counter for number of dropped messages due to inbox queue being full. - spacemesh_p2p_throttled{"protocol"} counter for number of dropped messages due to gossipsub global or per topic throttling - spacemesh_p2p_rejected{"protocol"} dropped messages for any other reason, such as validation didn't pass and 3 new parameters in p2p section: ```json { "gossip-queue-size": 10000, "gossip-validation-throttle": 10000, "gossip-atx-validation-throttle": 10000 } ```
added 3 new metrics:
counter for number of dropped messages due to inbox queue being full.
counter for number of dropped messages due to gossipsub global or per topic throttling
dropped messages for any other reason, such as validation didn't pass
and 3 new parameters in p2p section: