Skip to content
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

[raft] add metrics to monitor lock time in raft client session #8219

Merged
merged 3 commits into from
Jan 22, 2025

Conversation

luluz66
Copy link
Contributor

@luluz66 luluz66 commented Jan 21, 2025

and also the nodehost.SyncPropose duration

@luluz66 luluz66 requested a review from tylerwilliams January 21, 2025 23:45
and also the nodehost.SyncPropose duration
fnStart := s.clock.Now()
defer func() {
spn.End()
canary.Start("nodehost.SyncPropose", time.Second)()
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

needs to move up

@luluz66 luluz66 force-pushed the raft-range-lock-metrics branch from da3834b to 5bc6ec4 Compare January 21, 2025 23:51
@luluz66 luluz66 merged commit 9548848 into master Jan 22, 2025
13 of 16 checks passed
@luluz66 luluz66 deleted the raft-range-lock-metrics branch January 22, 2025 01:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants