Skip to content

Commit 7e8db37

Browse files
authored
Update README.md (#291)
1 parent a8263da commit 7e8db37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/tracex/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ let builder = TransactionTracingExtension::new(tracing).apply(builder);
3333

3434
## Metrics
3535

36-
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.
36+
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.
3737

3838
## License
3939

0 commit comments

Comments
 (0)