From 6d10c777cccbd119c34878e0203b308c5beacd94 Mon Sep 17 00:00:00 2001 From: anim001k <140460766+anim001k@users.noreply.github.com> Date: Tue, 23 Dec 2025 12:18:32 +0100 Subject: [PATCH] Update README.md --- crates/tracex/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/tracex/README.md b/crates/tracex/README.md index 0a44f1bc..d5c86ae3 100644 --- a/crates/tracex/README.md +++ b/crates/tracex/README.md @@ -33,7 +33,7 @@ let builder = TransactionTracingExtension::new(tracing).apply(builder); ## Metrics -The extension records a histogram named `reth_transaction_tracing_tx_event` with an `event` label for each lifecycle event (`pending`, `queued`, `replaced`, `dropped`, `block_inclusion`, etc.). Values are the milliseconds a transaction spent in the mempool up to that event. When the in-memory log reaches its limit (20,000 transactions), an `overflowed` event is recorded so dashboards can alert on data loss. +The extension records a histogram named `reth_transaction_tracing_tx_event` with an `event` label for each lifecycle event (`pending`, `queued`, `replaced`, `dropped`, `block_inclusion`, etc.). Values represent the milliseconds a transaction spent in the mempool up to that event. When the in-memory log reaches its limit (20,000 transactions), an `overflowed` event is recorded so dashboards can alert on data loss. ## License