ithacaxyz / odyssey

A testnet open-source Layer 2 from the future, co-designed with the developer tools stack.
https://www.ithaca.xyz/updates/odyssey
Apache License 2.0
200 stars 49 forks source link

Add metrics for `wallet_` namespace #40

Closed onbjerg closed 1 month ago

onbjerg commented 1 month ago

It would be helpful to have the following metrics for the wallet_ RPC namespace:

We can use reth-metrics-derive, just like we do in Reth.

steph-rs commented 1 month ago

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.