Add eviction latency metrics #6664
Labels
A-observability
Related to tracing, metrics, logs and other observability tools
A-tx-pool
Related to the transaction mempool
C-enhancement
New feature or request
D-good-first-issue
Nice and easy! A great choice to get started
M-prevent-stale
Prevents old inactive issues/PRs from being closed due to inactivity
Describe the feature
Each of the sub-pools have eviction routines:
reth/crates/transaction-pool/src/pool/parked.rs
Line 148 in 79f1fa3
reth/crates/transaction-pool/src/pool/blob.rs
Line 185 in 79f1fa3
reth/crates/transaction-pool/src/pool/pending.rs
Line 462 in 79f1fa3
There is also an overarching eviction routine:
reth/crates/transaction-pool/src/pool/txpool.rs
Line 757 in 79f1fa3
Metrics for how long these routines take should be added
Additional context
No response
The text was updated successfully, but these errors were encountered: