-
Notifications
You must be signed in to change notification settings - Fork 9.8k
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
metrics: count lease expirations #8050
Comments
gyuho
added a commit
to gyuho/etcd
that referenced
this issue
Jun 8, 2017
Fix etcd-io#8050. Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
gyuho
added a commit
to gyuho/etcd
that referenced
this issue
Jun 8, 2017
Fix etcd-io#8050. Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
gyuho
added a commit
to gyuho/etcd
that referenced
this issue
Jun 8, 2017
Fix etcd-io#8050. Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
gyuho
added a commit
to gyuho/etcd
that referenced
this issue
Jun 8, 2017
Fix etcd-io#8050. Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
gyuho
added a commit
that referenced
this issue
Jun 8, 2017
Fix #8050. Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
yudai
pushed a commit
to yudai/etcd
that referenced
this issue
Oct 5, 2017
Fix etcd-io#8050. Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Now, we can map each external RPC to a proposal except lease expirations. etcd server creates a lease revoke proposal for every lease expirations.
We should add metrics around it in etcdserver pkg to help us understand where the proposals coming from better.
The text was updated successfully, but these errors were encountered: