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

Automated cherry pick of #9761 #9942

Commits on Jul 20, 2018

  1. etcdserver: add "etcd_server_heartbeat_failures_total"

    {"level":"warn","ts":1527101858.4149103,"caller":"etcdserver/raft.go:370","msg":"failed to send out heartbeat; took too long, server is overloaded likely from slow disk","heartbeat-interval":0.1,"expected-duration":0.2,"exceeded-duration":0.025771662}
    {"level":"warn","ts":1527101858.4149644,"caller":"etcdserver/raft.go:370","msg":"failed to send out heartbeat; took too long, server is overloaded likely from slow disk","heartbeat-interval":0.1,"expected-duration":0.2,"exceeded-duration":0.034015766}
    
    Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
    gyuho authored and wenjiaswe committed Jul 20, 2018
    Configuration menu
    Copy the full SHA
    2f0e3fd View commit details
    Browse the repository at this point in the history
  2. etcdserver: add "etcd_server_slow_apply_total"

    {"level":"warn","ts":1527101858.6985068,"caller":"etcdserver/util.go:115","msg":"apply request took too long","took":0.114101529,"expected-duration":0.1,"prefix":"","request":"header:<ID:1029181977902852337> put:<key:\"\\000\\000...
    
    Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
    gyuho authored and wenjiaswe committed Jul 20, 2018
    Configuration menu
    Copy the full SHA
    66d8194 View commit details
    Browse the repository at this point in the history
  3. mvcc/backend: clean up mutex, logging

    Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
    gyuho authored and wenjiaswe committed Jul 20, 2018
    Configuration menu
    Copy the full SHA
    fae9b6f View commit details
    Browse the repository at this point in the history
  4. mvcc/backend: document metrics ExponentialBuckets

    Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
    gyuho authored and wenjiaswe committed Jul 20, 2018
    Configuration menu
    Copy the full SHA
    3535f7a View commit details
    Browse the repository at this point in the history
  5. mvcc/backend: add "etcd_disk_backend_defrag_duration_seconds"

    Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
    gyuho authored and wenjiaswe committed Jul 20, 2018
    Configuration menu
    Copy the full SHA
    aca5c8f View commit details
    Browse the repository at this point in the history
  6. mvcc/backend: fix defrag duration scale

    Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
    gyuho authored and wenjiaswe committed Jul 20, 2018
    Configuration menu
    Copy the full SHA
    8ac6c88 View commit details
    Browse the repository at this point in the history
  7. mvcc: add "etcd_mvcc_hash_(rev)_duration_seconds"

    etcd_mvcc_hash_duration_seconds
    etcd_mvcc_hash_rev_duration_seconds
    
    Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
    gyuho authored and wenjiaswe committed Jul 20, 2018
    Configuration menu
    Copy the full SHA
    4e08898 View commit details
    Browse the repository at this point in the history
  8. etcdserver: rename to "heartbeat_send_failures_total"

    Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
    gyuho authored and wenjiaswe committed Jul 20, 2018
    Configuration menu
    Copy the full SHA
    8798c5c View commit details
    Browse the repository at this point in the history
  9. remove HashByRev

    wenjiaswe authored Jul 20, 2018
    Configuration menu
    Copy the full SHA
    b3ab14c View commit details
    Browse the repository at this point in the history
  10. remove hashRevDurations

    wenjiaswe authored Jul 20, 2018
    Configuration menu
    Copy the full SHA
    a3c0a99 View commit details
    Browse the repository at this point in the history
  11. remove hashRevDurations

    wenjiaswe authored Jul 20, 2018
    Configuration menu
    Copy the full SHA
    8c9fd1b View commit details
    Browse the repository at this point in the history