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 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_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_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_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_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_has_leader | gauge | Whether or not a leader exists. 1 is existence, 0 is not. | - |
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_version | gauge | Which version is running. 1 for 'server_version' label with current version. | server_version="3.2.23" |
go_gc_duration_seconds | summary | A summary of the GC invocation durations. | quantile="0" |
go_goroutines | gauge | Number of goroutines that currently exist. | - |
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_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_total | counter | Total 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 by system. Sum of all system allocations. | - |
grpc_server_handled_total | counter | Total number of RPCs completed on the server, regardless of success or failure. | grpc_code="CODE",grpc_method="DeleteRange",grpc_service="etcdserverpb.KV",grpc_type="unary" |
grpc_server_msg_received_total | counter | Total number of RPC stream messages received on the server. | grpc_method="DeleteRange",grpc_service="etcdserverpb.KV",grpc_type="unary" |
grpc_server_msg_sent_total | counter | Total number of gRPC stream messages sent by the server. | grpc_method="DeleteRange",grpc_service="etcdserverpb.KV",grpc_type="unary" |
grpc_server_started_total | counter | Total number of RPCs started on the server. | grpc_method="DeleteRange",grpc_service="etcdserverpb.KV",grpc_type="unary" |
http_request_duration_microseconds | summary | The HTTP request latencies in microseconds. | handler="prometheus",quantile="0.5" |
http_request_size_bytes | summary | The HTTP request sizes in bytes. | handler="prometheus",quantile="0.5" |
http_response_size_bytes | summary | The HTTP response sizes in bytes. | handler="prometheus",quantile="0.5" |