Multi-Dimensional Mempool Statistics in Prometheus
Is your feature request related to a problem? Please describe.
Multi-dimensional data about follower mempools, including prometheus stats for:
- Current size, divided by tx type
- Current fee stats (P95, P50, etc.)
- Current tx age stats (P95, P50, etc.)
Describe the solution you'd like We have a Hiro API issue for these statistics on the API side. https://github.com/hirosystems/stacks-blockchain-api/issues/1224
But, they could be added to the stacks-node, and that way we will get estimates from each stacks-node follower for which prometheus stats are captured.
Additional context https://github.com/hirosystems/stacks-blockchain-api/issues/1224
We should also make "nonce status" a dimension (previously a separate issue at https://github.com/stacks-network/stacks-blockchain/issues/3189) that we report, with values like:
- ready to run now
- nonce in the past
- nonce in the future
Closing due to inactivity.