-
Notifications
You must be signed in to change notification settings - Fork 336
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
chore(ckbtc): add metrics for the latency of update_balance
in the minter
#3003
chore(ckbtc): add metrics for the latency of update_balance
in the minter
#3003
Conversation
71369ef
to
6d0d683
Compare
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.
Thanks @lpahlavi for this PR!. I think you're going in the right direction. One comment is that I would have a latency histogram for a given number of processable UTXOs.
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.
Code looks good! I have a comment regarding using adaptive ranges but it can be done here or as a separate PR, as you wish.
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.
Thanks @lpahlavi for this PR!
Co-authored-by: gregorydemay <112856886+gregorydemay@users.noreply.github.com>
(XC-235) Add metrics to monitor the latency of the
update_balance
method in the ckBTC minter.