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

*: add inflight snapshot metrics #11009

Merged
merged 3 commits into from
Aug 8, 2019
Merged

*: add inflight snapshot metrics #11009

merged 3 commits into from
Aug 8, 2019

Commits on Aug 8, 2019

  1. etcdserver/api: add "etcd_network_snapshot_send_inflights_total", "et…

    …cd_network_snapshot_receive_inflights_total"
    
    Useful for deciding when to terminate the unhealthy follower.
    If the follower is receiving a leader snapshot, operator may wait.
    
    Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
    gyuho committed Aug 8, 2019
    Configuration menu
    Copy the full SHA
    46bddac View commit details
    Browse the repository at this point in the history
  2. integration: test snapshot inflights metrics

    Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
    gyuho committed Aug 8, 2019
    Configuration menu
    Copy the full SHA
    a4badc3 View commit details
    Browse the repository at this point in the history
  3. etcdserver: add "etcd_server_snapshot_apply_inflights_total"

    Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
    gyuho committed Aug 8, 2019
    Configuration menu
    Copy the full SHA
    06b82c2 View commit details
    Browse the repository at this point in the history