mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 02:55:50 +00:00
Add metrics to record the number of RPC requests received. Record the number of node store fetches performed per request. Additionally record the byte size of each request response and measure the response time of each request in milliseconds. A new class, ScopedMetrics, uses the Boost Thead Local Storage mechanism to efficiently record NodeStore metrics within the same thread.