HathorNetwork / hathor-core

Hathor core is the official and reference client for operating a full node in Hathor Network.
https://hathor.network
Apache License 2.0
83 stars 26 forks source link

chore(log): Log the time taken to process new blocks and transactions #291

Open msbrogli opened 3 years ago

msbrogli commented 3 years ago

We currently don't log how much it took to process new blocks and transactions received by the p2p network. This might be useful for debugging.

Acceptance Criteria

Open questions

luislhl commented 3 years ago

Should we also have a Prometheus metric measuring this?

msbrogli commented 3 years ago

Should we also have a Prometheus metric measuring this?

@luislhl I think so! And maybe an alert if the average gets too high.