Add metrics for dropped outgoing messages #10223
Labels
A-observability
Related to tracing, metrics, logs and other observability tools
C-enhancement
New feature or request
D-good-first-issue
Nice and easy! A great choice to get started
Describe the feature
session channels are bounded, if there's no capacity, the message will be dropped:
reth/crates/net/network/src/session/mod.rs
Line 349 in 63c71cf
it would be nice to have a counter for when this happens
reth/crates/net/network/src/metrics.rs
Line 83 in 63c71cf
TODO
Additional context
No response
The text was updated successfully, but these errors were encountered: