mempool / electrs

An efficient re-implementation of Electrum Server in Rust
MIT License
74 stars 35 forks source link

Add metrics for REST response times #58

Closed junderw closed 8 months ago

junderw commented 1 year ago

This will add metrics for REST response times that can be obtained through port 4224 on mainnet.

We will use this to measure the improvement of #56 and #57

So deploying this PR, then #56, then #57 and checking the metrics periodically.