-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add metric for the latest block from the chain (tip) (#172)
# Description Follow up on #171 This PR adds the latest mined block (tip of the chain). It allow us to build a burn-down chart on how far we are from the chain (as we consume blocks). This is useful to see that indeed the slope is downwards. Otherwise, we won't arrive to the tip of the chain! 😄 # Changes Include a new metric ``` # HELP watch_tower_block_height_latest Block height of the last block (tip of the chain) # TYPE watch_tower_block_height_latest gauge watch_tower_block_height_latest{chain_id="1"} 21351273 ```
- Loading branch information
Showing
2 changed files
with
16 additions
and
0 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