hyperledger / besu

An enterprise-grade Java-based, Apache 2.0 licensed Ethereum client https://wiki.hyperledger.org/display/besu

Home Page:https://www.hyperledger.org/projects/besu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Get requesttimeoutseconds current value on a node

cryptohazard opened this issue · comments

Description

As I manage a private chain using BESU QBFT, I want to be able to get the current requesttimeoutseconds of a node.
We did some high availability/disaster recovery tests and it would be easier to troubleshoot issues if we could monitor that values from each node at all time.

We are currently using a network of BESU 24.3.0 nodes.

@cryptohazard to clarify - you're asking for a metric for this? you're welcome to do a PR :)

yes a metric would be awesome.
Right now I can only know that value after the blocks have been mined and I plot the timestamps.

I'm not that familiar with Besu's code to contribute (yet) and only look through it when I'm in trouble. Maybe soo I will be able to. Or I will manage to lobby my company to finally sign a contract with you guys for this type of service/request (I know there were some consulting in place but if things keep getting bigger they will have to sign something with you).