Closed onbjerg closed 1 month ago
It would be helpful to have the following metrics for the wallet_ RPC namespace:
wallet_
wallet_sendTransaction
We can use reth-metrics-derive, just like we do in Reth.
reth-metrics-derive
since I saw this PR, I used metrics-derive crate. this is my first contribution here, so please let me know if anything is wrong.
metrics-derive
It would be helpful to have the following metrics for the
wallet_
RPC namespace:wallet_sendTransaction
(i.e. where the request fails validation)wallet_sendTransaction
We can use
reth-metrics-derive
, just like we do in Reth.