-
Notifications
You must be signed in to change notification settings - Fork 77
Open
Labels
block-producerRelated to the block producer componentRelated to the block producer componentblockedSomething prevents working on thisSomething prevents working on thismempoolRelates to the mempoolRelates to the mempool
Milestone
Description
Include some mempool metrics in the block producer's status endpoint.
This could include:
- number of inflight transactions, both
- unbatched and
- in total (including in batches)
- number of inflight batches
- ..maybe note counts? But this is maybe less important
The status endpoint must not lock the mempool to obtain this information as this is an externally accessible endpoint. Instead the mempool can emit these stats using a watch channel.
Metadata
Metadata
Assignees
Labels
block-producerRelated to the block producer componentRelated to the block producer componentblockedSomething prevents working on thisSomething prevents working on thismempoolRelates to the mempoolRelates to the mempool