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 v3 snapshot metrics (fsync, network) #9997

Merged
merged 2 commits into from
Aug 15, 2018
Merged

Commits on Aug 15, 2018

  1. etcdserver/api/snap: add v3 snapshot fsync metrics

    etcd_snap_db_fsync_duration_seconds_count
    etcd_snap_db_save_total_duration_seconds_bucket
    
    Signed-off-by: Gyuho Lee <[email protected]>
    gyuho committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    c392cd2 View commit details
    Browse the repository at this point in the history
  2. etcdserver/api/rafthttp: add v3 snapshot send/receive metrics

    Distribution would be:
    0.1 second or more
    ...
    25.6 seconds or more
    51.2 seconds or more
    
    etcd_network_snapshot_send_success
    etcd_network_snapshot_send_failures
    etcd_network_snapshot_send_total_duration_seconds
    etcd_network_snapshot_receive_success
    etcd_network_snapshot_receive_failures
    etcd_network_snapshot_receive_total_duration_seconds
    
    Signed-off-by: Gyuho Lee <[email protected]>
    gyuho committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    6f4c509 View commit details
    Browse the repository at this point in the history