-
Notifications
You must be signed in to change notification settings - Fork 117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add prom metrics for stacks block count at previous burn block #2200
Conversation
Vercel deployment URL: https://stacks-blockchain-14ww1l0rm-hirosystems.vercel.app 🚀 |
Codecov ReportAttention: Patch coverage is
📢 Thoughts on this report? Let us know! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good to go once tests pass! Thank you!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
## [8.5.0](v8.4.0...v8.5.0) (2025-01-20) ### Features * add prom metrics for stacks block count at previous burn block ([#2200](#2200)) ([26c53dc](26c53dc))
🎉 This PR is included in version 8.5.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Observe the following metric:
stacks_blocks_in_previous_burn_block
: Number of Stacks blocks produced in previous Bitcoin blockThis will help us create alerts for when a Bitcoin block gap happens or blocks stop being produced. We also update the chain tip
burn_block_height
with each new burn block event.