-
Notifications
You must be signed in to change notification settings - Fork 0
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
fix: integrate custom metrics to private endpoint and add signer weight percentage metric #69
Conversation
Vercel deployment URL: https://signer-metrics-8v5s2wuoo-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.
LGTM!
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.
Minor nit but otherwise LGTM! 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.
## [0.12.4](v0.12.3...v0.12.4) (2025-01-17) ### Bug Fixes * integrate custom metrics to private endpoint and add signer weight percentage metric ([#69](#69)) ([d113b7c](d113b7c))
🎉 This PR is included in version 0.12.4 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Moves Prometheus metrics to private
/metrics
endpoint on dedicated server. Addssigner_api_signer_weight_percentage
gauge to measure current cycle signer weight percentages.