pull down to refresh
Thanks you! Exactly, tracing with ebpf would match my requirements. I am ok with the RPC load if it allows me not to reinvent the wheel.
Actually thanks to you I have discovered other projects on GitHub which may be helpful. I will share it here if the results are better and I am able to make it work with Prometheus.
I don't want to be intrusive, but is it you Primexz on GitHub? If yes, thank you again haha
I had an exporter on peer data for a while, iirc it was something I hacked into
bitcoind-monitor, but it means increased load on your rpc (like the exporter you use already does, but more of it). I have a low-ranked todo item to build an adapter that can capture stats through a hook similar tocontrib/tracing/log_p2p_connections.btbut I'm not sure if that covers your requirements either.I'm swamped and slow, but this can probably be patched into
bitcoind-exporterif you don't care about the RPC load.