onflow / flow-evm-gateway

FlowEVM Gateway implements an Ethereum-equivalent JSON-RPC API for EVM clients to use
https://developers.flow.com/evm/about
Apache License 2.0
11 stars 10 forks source link

Implement metrics for meassuring the latency on remote register API and re-execution #580

Closed sideninja closed 1 month ago

sideninja commented 1 month ago

We should add a metric that measures the time a transaction re-execution needs, or a call re-execution needs as well as all the queries of the state. We should even further record the latency of each register API request in the remote ledger.

j1010001 commented 1 month ago

no longer needed, moving to dry-run solution (https://github.com/onflow/flow-go/issues/6539)