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

metrics: add TransactionGroupTxSyncHandled #4815

Merged
merged 1 commit into from
Nov 18, 2022

Conversation

cce
Copy link
Contributor

@cce cce commented Nov 18, 2022

Summary

Follows #4786 by tallying the total handled TxSyncer messages, to better understand the Remember and AlreadyCommitted counters.

@cce cce requested a review from algorandskiy November 18, 2022 19:58
@codecov
Copy link

codecov bot commented Nov 18, 2022

Codecov Report

Merging #4815 (0f36e7a) into master (d80de1a) will decrease coverage by 0.04%.
The diff coverage is 0.00%.

@@            Coverage Diff             @@
##           master    #4815      +/-   ##
==========================================
- Coverage   54.67%   54.62%   -0.05%     
==========================================
  Files         417      417              
  Lines       53734    53735       +1     
==========================================
- Hits        29378    29352      -26     
- Misses      21922    21948      +26     
- Partials     2434     2435       +1     
Impacted Files Coverage Δ
data/txHandler.go 32.55% <0.00%> (-0.20%) ⬇️
network/wsPeer.go 67.06% <0.00%> (-5.02%) ⬇️
ledger/tracker.go 74.04% <0.00%> (-3.83%) ⬇️
ledger/acctupdates.go 69.51% <0.00%> (-0.37%) ⬇️
catchup/service.go 68.96% <0.00%> (ø)
network/wsNetwork.go 66.99% <0.00%> (ø)
crypto/merkletrie/node.go 93.48% <0.00%> (+1.86%) ⬆️
crypto/merkletrie/trie.go 68.61% <0.00%> (+2.18%) ⬆️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@cce cce merged commit 8c7fb86 into algorand:master Nov 18, 2022
@cce cce deleted the add-TransactionGroupTxSyncHandled branch November 18, 2022 20:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants