paradigmxyz / reth

Modular, contributor-friendly and blazing-fast implementation of the Ethereum protocol, in Rust
https://reth.rs/
Apache License 2.0
3.91k stars 1.15k forks source link

Integrate tokio-console setup #10153

Closed mattsse closed 2 days ago

mattsse commented 2 months ago

Describe the feature

see

https://github.com/tokio-rs/console

configured via console-subscriber

ref https://github.com/tokio-rs/console#instrumenting-your-program

we attempted this previously once but due to some tokio-console bug we abandoned this, but would still be nice to have

Additional context

No response

coxmars commented 2 months ago

Hi @mattsse I would like to contribute to this project and this one could be a good opportunity, can you assign this to me?

mattsse commented 2 months ago

cool

fahimahmedx commented 2 months ago

we attempted this previously once but due to some tokio-console bug we abandoned this

What was the tokio-console bug mentioned here?

greged93 commented 2 weeks ago

hey @coxmars, are you still working on this? quite interested in working on this if possible

mattsse commented 2 days ago

got some feedback that we don't really want this, at least until it's easier to integrate