d1d4c1c654
Currently, the RPC API that touch the Blockstore emit a datapoint for each call. For an RPC node serving many requests, these datapoints could get quite noisy, both in logs as well as traffic to the metrics agent. So, instead of submitting a datapoint for every call, accumulate the number of calls in a struct and report that entire struct periodically. |
||
---|---|---|
.. | ||
benches | ||
src | ||
tests | ||
.gitignore | ||
Cargo.toml | ||
build.rs |