Unverified Commit 95c4e64a authored by Max Inden's avatar Max Inden Committed by GitHub
Browse files

client/finality-grandpa: Instrument until-imported queue (#5438)



* client/finality-grandpa: Instrument until-imported queue

The `UntilImported` queue takes as input finality grandpa messages that
depend on blocks that are not yet imported and holds them back until
those blocks are imported.

This commit adds a basic metric, the amount of messages waiting in the
queue, to the module. For now this metric is only available for the
global `UntilImported` queue awaiting blocks for commit and catch-up
messages.

* client/finality-grandpa/src/until_imported: Update metric help text

Co-Authored-By: default avatarAshley <[email protected]>

Co-authored-by: default avatarAshley <[email protected]>
parent dca30b25
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment