-
Notifications
You must be signed in to change notification settings - Fork 665
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Export number of expected chunks/blocks in epoch to prometheus (#…
…8759) The producer to block/chunk assignment is known ahead of time so we can estimate what we expect to see at the end of the epoch. We are computing these numbers only once per epoch. Tested on mainnet and localnet. On localnet: - started 4 nodes - stopped one of them for a delta of 200 blocks - started it again
- Loading branch information
1 parent
59614c2
commit e40a8f5
Showing
3 changed files
with
87 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters