v5.1.1-rc.0: Add Prometheus metrics for tx execution and 0L VDFs (#1102)
github-actions
released this
11 May 02:28
·
32 commits
to main
since this release
* add prints for new transactions, mempool latency, executor steps time, and vdf fimer. * more prints on a per tx level * add sequence number to tx debug * print payload * payload too noisy * adds more fine-grained executor metrics to prometheus * adds more metrics for Prometheus monitoring for VDF verification and transaction execution * adds two new Prometheus metrics to track how many VDF proofs are submitted and how many fail verification because of non-met criteria. Co-authored-by: 0o-de-lally <[email protected]>