koinos / koinos-p2p

The p2p microservice orchestrates the distribution of blocks and transactions between peers.
MIT License
6 stars 4 forks source link

[FEATURE]: Broadcast P2P statistics #183

Open mvandeberg opened 2 years ago

mvandeberg commented 2 years ago

Is there an existing issue for this?

New feature

It would be nice to have p2p broadcast node statistics (connected peers, gossip status, etc) periodically.

This would be useful to create node monitoring software as well as for other microservices. For example, if your p2p disconnects, block producer will continue running. If disconnected long enough, this results in your node being stuck on a fork.

Anything else?

No response