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

etcdserver: add "etcd_server_id" metric #9998

Merged
merged 1 commit into from
Aug 13, 2018
Merged

Commits on Aug 13, 2018

  1. etcdserver: add "etcd_server_id" metric

    ```
    etcd_server_id{server_id="8e9e05c52164694d"} 1
    ```
    
    Useful for automating membership change operations,
    no need to run "endpoint status" or "member list"
    command to get member IDs.
    
    Also, useful for "etcd_network" metrics with "To/From" labels.
    
    Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
    gyuho committed Aug 13, 2018
    Configuration menu
    Copy the full SHA
    eb67380 View commit details
    Browse the repository at this point in the history