v3.2.6

View txt file

NameTypeDescriptionLabels
etcd_debugging_mvcc_db_compaction_pause_duration_millisecondshistogramBucketed histogram of db compaction pause duration.le="1"
etcd_debugging_mvcc_db_compaction_total_duration_millisecondshistogramBucketed histogram of db compaction total duration.le="100"
etcd_debugging_mvcc_db_total_size_in_bytesgaugeTotal size of the underlying database in bytes.-
etcd_debugging_mvcc_delete_totalcounterTotal number of deletes seen by this member.-
etcd_debugging_mvcc_events_totalcounterTotal number of events sent by this member.-
etcd_debugging_mvcc_index_compaction_pause_duration_millisecondshistogramBucketed histogram of index compaction pause duration.le="0.5"
etcd_debugging_mvcc_keys_totalgaugeTotal number of keys.-
etcd_debugging_mvcc_pending_events_totalgaugeTotal number of pending events to be sent.-
etcd_debugging_mvcc_put_totalcounterTotal number of puts seen by this member.-
etcd_debugging_mvcc_range_totalcounterTotal number of ranges seen by this member.-
etcd_debugging_mvcc_slow_watcher_totalgaugeTotal number of unsynced slow watchers.-
etcd_debugging_mvcc_txn_totalcounterTotal number of txns seen by this member.-
etcd_debugging_mvcc_watch_stream_totalgaugeTotal number of watch streams.-
etcd_debugging_mvcc_watcher_totalgaugeTotal number of watchers.-
etcd_debugging_server_lease_expired_totalcounterThe total number of expired leases.-
etcd_debugging_snap_save_marshalling_duration_secondshistogramThe marshalling cost distributions of save called by snapshot.le="0.001"
etcd_debugging_snap_save_total_duration_secondshistogramThe total latency distributions of save called by snapshot.le="0.001"
etcd_debugging_store_expires_totalcounterTotal number of expired keys.-
etcd_debugging_store_reads_totalcounterTotal number of reads action by (get/getRecursive), local to this member.action="getRecursive"
etcd_debugging_store_watch_requests_totalcounterTotal number of incoming watch requests (new or reestablished).-
etcd_debugging_store_watchersgaugeCount of currently active watchers.-
etcd_debugging_store_writes_totalcounterTotal number of writes (e.g. set/compareAndDelete) seen by this member.action="create"
etcd_disk_backend_commit_duration_secondshistogramThe latency distributions of commit called by backend.le="0.001"
etcd_disk_backend_snapshot_duration_secondshistogramThe latency distribution of backend snapshots.le="0.01"
etcd_disk_wal_fsync_duration_secondshistogramThe latency distributions of fsync called by wal.le="0.001"
etcd_grpc_proxy_cache_hits_totalgaugeTotal number of cache hits-
etcd_grpc_proxy_cache_keys_totalgaugeTotal number of keys/ranges cached-
etcd_grpc_proxy_cache_misses_totalgaugeTotal number of cache misses-
etcd_grpc_proxy_events_coalescing_totalcounterTotal number of events coalescing-
etcd_grpc_proxy_watchers_coalescing_totalgaugeTotal number of current watchers coalescing-
etcd_network_client_grpc_received_bytes_totalcounterThe total number of bytes received from grpc clients.-
etcd_network_client_grpc_sent_bytes_totalcounterThe total number of bytes sent to grpc clients.-
etcd_network_peer_received_bytes_totalcounterThe total number of bytes received from peers.From="REMOTE_PEER_NODE_ID"
etcd_network_peer_round_trip_time_secondshistogramRound-Trip-Time histogram between peers.To="REMOTE_PEER_NODE_ID",le="+Inf"
etcd_network_peer_sent_bytes_totalcounterThe total number of bytes sent to peers.To="REMOTE_PEER_NODE_ID"
etcd_server_has_leadergaugeWhether or not a leader exists. 1 is existence, 0 is not.-
etcd_server_leader_changes_seen_totalcounterThe number of leader changes seen.-
etcd_server_proposals_applied_totalgaugeThe total number of consensus proposals applied.-
etcd_server_proposals_committed_totalgaugeThe total number of consensus proposals committed.-
etcd_server_proposals_failed_totalcounterThe total number of failed proposals seen.-
etcd_server_proposals_pendinggaugeThe current number of pending proposals to commit.-
go_gc_duration_secondssummaryA summary of the GC invocation durations.quantile="0"
go_goroutinesgaugeNumber of goroutines that currently exist.-
go_memstats_alloc_bytesgaugeNumber of bytes allocated and still in use.-
go_memstats_alloc_bytes_totalcounterTotal number of bytes allocated, even if freed.-
go_memstats_buck_hash_sys_bytesgaugeNumber of bytes used by the profiling bucket hash table.-
go_memstats_frees_totalcounterTotal number of frees.-
go_memstats_gc_sys_bytesgaugeNumber of bytes used for garbage collection system metadata.-
go_memstats_heap_alloc_bytesgaugeNumber of heap bytes allocated and still in use.-
go_memstats_heap_idle_bytesgaugeNumber of heap bytes waiting to be used.-
go_memstats_heap_inuse_bytesgaugeNumber of heap bytes that are in use.-
go_memstats_heap_objectsgaugeNumber of allocated objects.-
go_memstats_heap_released_bytes_totalcounterTotal number of heap bytes released to OS.-
go_memstats_heap_sys_bytesgaugeNumber of heap bytes obtained from system.-
go_memstats_last_gc_time_secondsgaugeNumber of seconds since 1970 of last garbage collection.-
go_memstats_lookups_totalcounterTotal number of pointer lookups.-
go_memstats_mallocs_totalcounterTotal number of mallocs.-
go_memstats_mcache_inuse_bytesgaugeNumber of bytes in use by mcache structures.-
go_memstats_mcache_sys_bytesgaugeNumber of bytes used for mcache structures obtained from system.-
go_memstats_mspan_inuse_bytesgaugeNumber of bytes in use by mspan structures.-
go_memstats_mspan_sys_bytesgaugeNumber of bytes used for mspan structures obtained from system.-
go_memstats_next_gc_bytesgaugeNumber of heap bytes when next garbage collection will take place.-
go_memstats_other_sys_bytesgaugeNumber of bytes used for other system allocations.-
go_memstats_stack_inuse_bytesgaugeNumber of bytes in use by the stack allocator.-
go_memstats_stack_sys_bytesgaugeNumber of bytes obtained from system for stack allocator.-
go_memstats_sys_bytesgaugeNumber of bytes obtained by system. Sum of all system allocations.-
grpc_server_handled_totalcounterTotal 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_totalcounterTotal number of RPC stream messages received on the server.grpc_method="DeleteRange",grpc_service="etcdserverpb.KV",grpc_type="unary"
grpc_server_msg_sent_totalcounterTotal number of gRPC stream messages sent by the server.grpc_method="DeleteRange",grpc_service="etcdserverpb.KV",grpc_type="unary"
grpc_server_started_totalcounterTotal number of RPCs started on the server.grpc_method="DeleteRange",grpc_service="etcdserverpb.KV",grpc_type="unary"
http_request_duration_microsecondssummaryThe HTTP request latencies in microseconds.handler="prometheus",quantile="0.5"
http_request_size_bytessummaryThe HTTP request sizes in bytes.handler="prometheus",quantile="0.5"
http_response_size_bytessummaryThe HTTP response sizes in bytes.handler="prometheus",quantile="0.5"