etcd_cluster_version | gauge | Which version is running. 1 for 'cluster_version' label with current cluster version | cluster_version="3.3" |
etcd_debugging_auth_revision | gauge | The current revision of auth store. | - |
etcd_debugging_mvcc_compact_revision | gauge | The revision of the last compaction in store. | - |
etcd_debugging_mvcc_current_revision | gauge | The current revision of store. | - |
etcd_debugging_mvcc_db_compaction_keys_total | counter | Total number of db keys compacted. | - |
etcd_debugging_mvcc_db_compaction_pause_duration_milliseconds | histogram | Bucketed histogram of db compaction pause duration. | le="1" |
etcd_debugging_mvcc_db_compaction_total_duration_milliseconds | histogram | Bucketed histogram of db compaction total duration. | le="100" |
etcd_debugging_mvcc_db_total_size_in_bytes | gauge | Total size of the underlying database physically allocated in bytes. Use etcd_mvcc_db_total_size_in_bytes | - |
etcd_debugging_mvcc_delete_total | counter | Total number of deletes seen by this member. | - |
etcd_debugging_mvcc_events_total | counter | Total number of events sent by this member. | - |
etcd_debugging_mvcc_index_compaction_pause_duration_milliseconds | histogram | Bucketed histogram of index compaction pause duration. | le="0.5" |
etcd_debugging_mvcc_keys_total | gauge | Total number of keys. | - |
etcd_debugging_mvcc_pending_events_total | gauge | Total number of pending events to be sent. | - |
etcd_debugging_mvcc_put_total | counter | Total number of puts seen by this member. | - |
etcd_debugging_mvcc_range_total | counter | Total number of ranges seen by this member. | - |
etcd_debugging_mvcc_slow_watcher_total | gauge | Total number of unsynced slow watchers. | - |
etcd_debugging_mvcc_total_put_size_in_bytes | gauge | The total size of put kv pairs seen by this member. | - |
etcd_debugging_mvcc_txn_total | counter | Total number of txns seen by this member. | - |
etcd_debugging_mvcc_watch_stream_total | gauge | Total number of watch streams. | - |
etcd_debugging_mvcc_watcher_total | gauge | Total number of watchers. | - |
etcd_debugging_server_lease_expired_total | counter | The total number of expired leases. | - |
etcd_debugging_snap_save_marshalling_duration_seconds | histogram | The marshalling cost distributions of save called by snapshot. | le="0.001" |
etcd_debugging_snap_save_total_duration_seconds | histogram | The total latency distributions of save called by snapshot. | le="0.001" |
etcd_debugging_store_expires_total | counter | Total number of expired keys. | - |
etcd_debugging_store_reads_total | counter | Total number of reads action by (get/getRecursive), local to this member. | action="getRecursive" |
etcd_debugging_store_watch_requests_total | counter | Total number of incoming watch requests (new or reestablished). | - |
etcd_debugging_store_watchers | gauge | Count of currently active watchers. | - |
etcd_debugging_store_writes_total | counter | Total number of writes (e.g. set/compareAndDelete) seen by this member. | action="create" |
etcd_disk_backend_commit_duration_seconds | histogram | The latency distributions of commit called by backend. | le="0.001" |
etcd_disk_backend_defrag_duration_seconds | histogram | The latency distribution of backend defragmentation. | le="0.1" |
etcd_disk_backend_snapshot_duration_seconds | histogram | The latency distribution of backend snapshots. | le="0.01" |
etcd_disk_wal_fsync_duration_seconds | histogram | The latency distributions of fsync called by wal. | le="0.001" |
etcd_disk_wal_write_bytes_total | gauge | Total number of bytes written in WAL. | - |
etcd_grpc_proxy_cache_hits_total | gauge | Total number of cache hits | - |
etcd_grpc_proxy_cache_keys_total | gauge | Total number of keys/ranges cached | - |
etcd_grpc_proxy_cache_misses_total | gauge | Total number of cache misses | - |
etcd_grpc_proxy_events_coalescing_total | counter | Total number of events coalescing | - |
etcd_grpc_proxy_watchers_coalescing_total | gauge | Total number of current watchers coalescing | - |
etcd_mvcc_db_total_size_in_bytes | gauge | Total size of the underlying database physically allocated in bytes. | - |
etcd_mvcc_db_total_size_in_use_in_bytes | gauge | Total size of the underlying database logically in use in bytes. | - |
etcd_mvcc_hash_duration_seconds | histogram | The latency distribution of storage hash operation. | le="0.01" |
etcd_mvcc_hash_rev_duration_seconds | histogram | The latency distribution of storage hash by revision operation. | le="0.01" |
etcd_network_client_grpc_received_bytes_total | counter | The total number of bytes received from grpc clients. | - |
etcd_network_client_grpc_sent_bytes_total | counter | The total number of bytes sent to grpc clients. | - |
etcd_network_peer_received_bytes_total | counter | The total number of bytes received from peers. | From="REMOTE_PEER_NODE_ID" |
etcd_network_peer_round_trip_time_seconds | histogram | Round-Trip-Time histogram between peers. | To="REMOTE_PEER_NODE_ID",le="+Inf" |
etcd_network_peer_sent_bytes_total | counter | The total number of bytes sent to peers. | To="REMOTE_PEER_NODE_ID" |
etcd_server_client_requests_total | counter | The total number of client requests per client version. | client_api_version="3.5",type="stream" |
etcd_server_go_version | gauge | Which Go version server is running with. 1 for 'server_go_version' label with current version. | server_go_version="go1.12.17" |
etcd_server_has_leader | gauge | Whether or not a leader exists. 1 is existence, 0 is not. | - |
etcd_server_health_failures | counter | The total number of failed health checks | - |
etcd_server_health_success | counter | The total number of successful health checks | - |
etcd_server_heartbeat_send_failures_total | counter | The total number of leader heartbeat send failures (likely overloaded from slow disk). | - |
etcd_server_id | gauge | Server or member ID in hexadecimal format. 1 for 'server_id' label with current ID. | server_id="7339c4e5e833c029" |
etcd_server_is_leader | gauge | Whether or not this member is a leader. 1 if is, 0 otherwise. | - |
etcd_server_leader_changes_seen_total | counter | The number of leader changes seen. | - |
etcd_server_proposals_applied_total | gauge | The total number of consensus proposals applied. | - |
etcd_server_proposals_committed_total | gauge | The total number of consensus proposals committed. | - |
etcd_server_proposals_failed_total | counter | The total number of failed proposals seen. | - |
etcd_server_proposals_pending | gauge | The current number of pending proposals to commit. | - |
etcd_server_quota_backend_bytes | gauge | Current backend storage quota size in bytes. | - |
etcd_server_read_indexes_failed_total | counter | The total number of failed read indexes seen. | - |
etcd_server_slow_apply_total | counter | The total number of slow apply requests (likely overloaded from slow disk). | - |
etcd_server_slow_read_indexes_total | counter | The total number of pending read indexes not in sync with leader's or timed out read index requests. | - |
etcd_server_snapshot_apply_in_progress_total | gauge | 1 if the server is applying the incoming snapshot. 0 if none. | - |
etcd_server_version | gauge | Which version is running. 1 for 'server_version' label with current version. | server_version="3.3.22" |
etcd_snap_db_fsync_duration_seconds | histogram | The latency distributions of fsyncing .snap.db file | le="0.001" |
etcd_snap_db_save_total_duration_seconds | histogram | The total latency distributions of v3 snapshot save | le="0.1" |
go_gc_duration_seconds | summary | A summary of the GC invocation durations. | quantile="0" |
go_goroutines | gauge | Number of goroutines that currently exist. | - |
go_info | gauge | Information about the Go environment. | version="go1.12.17" |
go_memstats_alloc_bytes | gauge | Number of bytes allocated and still in use. | - |
go_memstats_alloc_bytes_total | counter | Total number of bytes allocated, even if freed. | - |
go_memstats_buck_hash_sys_bytes | gauge | Number of bytes used by the profiling bucket hash table. | - |
go_memstats_frees_total | counter | Total number of frees. | - |
go_memstats_gc_cpu_fraction | gauge | The fraction of this program's available CPU time used by the GC since the program started. | - |
go_memstats_gc_sys_bytes | gauge | Number of bytes used for garbage collection system metadata. | - |
go_memstats_heap_alloc_bytes | gauge | Number of heap bytes allocated and still in use. | - |
go_memstats_heap_idle_bytes | gauge | Number of heap bytes waiting to be used. | - |
go_memstats_heap_inuse_bytes | gauge | Number of heap bytes that are in use. | - |
go_memstats_heap_objects | gauge | Number of allocated objects. | - |
go_memstats_heap_released_bytes | gauge | Number of heap bytes released to OS. | - |
go_memstats_heap_sys_bytes | gauge | Number of heap bytes obtained from system. | - |
go_memstats_last_gc_time_seconds | gauge | Number of seconds since 1970 of last garbage collection. | - |
go_memstats_lookups_total | counter | Total number of pointer lookups. | - |
go_memstats_mallocs_total | counter | Total number of mallocs. | - |
go_memstats_mcache_inuse_bytes | gauge | Number of bytes in use by mcache structures. | - |
go_memstats_mcache_sys_bytes | gauge | Number of bytes used for mcache structures obtained from system. | - |
go_memstats_mspan_inuse_bytes | gauge | Number of bytes in use by mspan structures. | - |
go_memstats_mspan_sys_bytes | gauge | Number of bytes used for mspan structures obtained from system. | - |
go_memstats_next_gc_bytes | gauge | Number of heap bytes when next garbage collection will take place. | - |
go_memstats_other_sys_bytes | gauge | Number of bytes used for other system allocations. | - |
go_memstats_stack_inuse_bytes | gauge | Number of bytes in use by the stack allocator. | - |
go_memstats_stack_sys_bytes | gauge | Number of bytes obtained from system for stack allocator. | - |
go_memstats_sys_bytes | gauge | Number of bytes obtained from system. | - |
go_threads | gauge | Number of OS threads created. | - |
grpc_server_handled_total | counter | Total number of RPCs completed on the server, regardless of success or failure. | grpc_code="CODE",grpc_method="Alarm",grpc_service="etcdserverpb.Maintenance",grpc_type="unary" |
grpc_server_msg_received_total | counter | Total number of RPC stream messages received on the server. | grpc_method="Alarm",grpc_service="etcdserverpb.Maintenance",grpc_type="unary" |
grpc_server_msg_sent_total | counter | Total number of gRPC stream messages sent by the server. | grpc_method="Alarm",grpc_service="etcdserverpb.Maintenance",grpc_type="unary" |
grpc_server_started_total | counter | Total number of RPCs started on the server. | grpc_method="Alarm",grpc_service="etcdserverpb.Maintenance",grpc_type="unary" |
process_cpu_seconds_total | counter | Total user and system CPU time spent in seconds. | - |
process_max_fds | gauge | Maximum number of open file descriptors. | - |
process_open_fds | gauge | Number of open file descriptors. | - |
process_resident_memory_bytes | gauge | Resident memory size in bytes. | - |
process_start_time_seconds | gauge | Start time of the process since unix epoch in seconds. | - |
process_virtual_memory_bytes | gauge | Virtual memory size in bytes. | - |