This dashboard provides an interface to view and analyze metrics from your etcd servers.

Metric visualization Metric name Description
Etcd has a leader? etcd_server_has_leader Whether or not a leader exists. 1 is existence, 0 is not.
Total Number of Leader Changes etcd_server_leader_changes_seen_total The number of leader changes seen.
Total Number Of Failed Proposals Seen etcd_server_proposals_failed_total The total number of failed proposals seen.
Leader Heartbeat Send Failures etcd_server_heartbeat_send_failures_total Total number of leader heartbeat send failures
Number Of Successful And Failed Health Checks Etcd_server_health_failures, etcd_server_health_success Total number of successful and failed health checks
Raft Proposals etcd_server_proposals_committed_total, etcd_server_proposals_applied_total, etcd_server_proposals_pending, etcd_server_proposals_failed_total Total number of consensus proposals committed, applied and pending and failed
RPC Rate grpc_server_started_total, grpc_server_handled_total Total number of RPCs started and handled on the server.
RPC Cache Hit Success Rate etcd_grpc_proxy_cache_hits_total, etcd_grpc_proxy_cache_misses_total Total number of cache hits and misses
Peer Network etcd_network_peer_received_bytes_total, etcd_network_peer_sent_bytes_total The total number of bytes received from and sent by peers.
Client Network etcd_network_client_grpc_received_bytes_total, etcd_network_client_grpc_sent_bytes_total The total number of bytes received from and sent by clients.
Snapshot Duration etcd_debugging_snap_save_total_duration_seconds_sum The total latency distributions of save called by snapshot.
Number Of Open File Descriptors process_open_fds, process_max_fds Number of open file descriptors versus maximum number of file descriptions
Disk Operations Latency etcd_disk_wal_fsync_duration_seconds_sum, etcd_disk_backend_commit_duration_seconds_sum The count of latency distributions of fsync called by wal versus the latency distributions of commit called by backend.
Actions Rate etcd_debugging_store_writes_total, etcd_debugging_store_reads_total, etcd_debugging_mvcc_put_total Total number of reads, writes and puts actions local to this member.
Number Of Watchers etcd_debugging_store_watchers Number of currently active watchers.
Number Of Expired Keys etcd_debugging_store_expires_total Total number of expired keys
DB Size etcd_debugging_mvcc_db_total_size_in_bytes Total size of the underlying database.
Memory process_resident_memory_bytes Resident memory size
Heap Used Bytes go_memstats_heap_inuse_bytes Number of heap bytes in use.
Hash Table Used Bytes go_memstats_buck_hash_sys_bytes Bytes used by the profiling bucket hash table.