Add metrics for tracking tx e2e latency - #5356
Merged
Merged
Conversation
marta-lokhova
previously approved these changes
Jul 16, 2026
Contributor
Author
|
Looks like the failure was because the |
marta-lokhova
approved these changes
Jul 20, 2026
marta-lokhova
enabled auto-merge
July 20, 2026 19:07
This was referenced Jul 22, 2026
pull Bot
pushed a commit
to Mirage1348/stellar-core
that referenced
this pull request
Jul 30, 2026
Update to stellar#5356. Changes how we get the transactions that have been externalized from using the generated meta to using the externalized tx set so that we can support overlay-only mode. Also, moves when the call to `recordTxMetaEmissionLatency` happens: now, it happens after the simulated sleep. For the overlay-only simulated delay, this is the best time to call it. Unfortunately, this lengthens the time for the real-delay case.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds metrics for tracking e2e latency in testing. Same work as #5330.