v3.2.11

etcd_debugging_mvcc_db_compaction_pause_duration_milliseconds

Bucketed histogram of db compaction pause duration.

  • Type: Histogram
etcd_debugging_mvcc_db_compaction_total_duration_milliseconds

Bucketed histogram of db compaction total duration.

  • Type: Histogram
etcd_debugging_mvcc_db_total_size_in_bytes

Total size of the underlying database in bytes.

  • Type: Gauge
etcd_debugging_mvcc_delete_total

Total number of deletes seen by this member.

  • Type: Counter
etcd_debugging_mvcc_events_total

Total number of events sent by this member.

  • Type: Counter
etcd_debugging_mvcc_index_compaction_pause_duration_milliseconds

Bucketed histogram of index compaction pause duration.

  • Type: Histogram
etcd_debugging_mvcc_keys_total

Total number of keys.

  • Type: Gauge
etcd_debugging_mvcc_pending_events_total

Total number of pending events to be sent.

  • Type: Gauge
etcd_debugging_mvcc_put_total

Total number of puts seen by this member.

  • Type: Counter
etcd_debugging_mvcc_range_total

Total number of ranges seen by this member.

  • Type: Counter
etcd_debugging_mvcc_slow_watcher_total

Total number of unsynced slow watchers.

  • Type: Gauge
etcd_debugging_mvcc_txn_total

Total number of txns seen by this member.

  • Type: Counter
etcd_debugging_mvcc_watch_stream_total

Total number of watch streams.

  • Type: Gauge
etcd_debugging_mvcc_watcher_total

Total number of watchers.

  • Type: Gauge
etcd_debugging_server_lease_expired_total

The total number of expired leases.

  • Type: Counter
etcd_debugging_snap_save_marshalling_duration_seconds

The marshalling cost distributions of save called by snapshot.

  • Type: Histogram
etcd_debugging_snap_save_total_duration_seconds

The total latency distributions of save called by snapshot.

  • Type: Histogram
etcd_debugging_store_expires_total

Total number of expired keys.

  • Type: Counter
etcd_debugging_store_reads_total

Total number of reads action by (get/getRecursive), local to this member.

  • Type: Counter
  • Labels: action
etcd_debugging_store_watch_requests_total

Total number of incoming watch requests (new or reestablished).

  • Type: Counter
etcd_debugging_store_watchers

Count of currently active watchers.

  • Type: Gauge
etcd_debugging_store_writes_total

Total number of writes (e.g. set/compareAndDelete) seen by this member.

  • Type: Counter
  • Labels: action
etcd_disk_backend_commit_duration_seconds

The latency distributions of commit called by backend.

  • Type: Histogram
etcd_disk_backend_snapshot_duration_seconds

The latency distribution of backend snapshots.

  • Type: Histogram
etcd_disk_wal_fsync_duration_seconds

The latency distributions of fsync called by wal.

  • Type: Histogram
etcd_grpc_proxy_cache_hits_total

Total number of cache hits

  • Type: Gauge
etcd_grpc_proxy_cache_keys_total

Total number of keys/ranges cached

  • Type: Gauge
etcd_grpc_proxy_cache_misses_total

Total number of cache misses

  • Type: Gauge
etcd_grpc_proxy_events_coalescing_total

Total number of events coalescing

  • Type: Counter
etcd_grpc_proxy_watchers_coalescing_total

Total number of current watchers coalescing

  • Type: Gauge
etcd_network_client_grpc_received_bytes_total

The total number of bytes received from grpc clients.

  • Type: Counter
etcd_network_client_grpc_sent_bytes_total

The total number of bytes sent to grpc clients.

  • Type: Counter
etcd_network_peer_received_bytes_total

The total number of bytes received from peers.

  • Type: Counter
  • Labels: From
etcd_network_peer_round_trip_time_seconds

Round-Trip-Time histogram between peers.

  • Type: Histogram
  • Labels: To
etcd_network_peer_sent_bytes_total

The total number of bytes sent to peers.

  • Type: Counter
  • Labels: To
etcd_server_has_leader

Whether or not a leader exists. 1 is existence, 0 is not.

  • Type: Gauge
etcd_server_leader_changes_seen_total

The number of leader changes seen.

  • Type: Counter
etcd_server_proposals_applied_total

The total number of consensus proposals applied.

  • Type: Gauge
etcd_server_proposals_committed_total

The total number of consensus proposals committed.

  • Type: Gauge
etcd_server_proposals_failed_total

The total number of failed proposals seen.

  • Type: Counter
etcd_server_proposals_pending

The current number of pending proposals to commit.

  • Type: Gauge
go_gc_duration_seconds

A summary of the GC invocation durations.

  • Type: Summary
go_goroutines

Number of goroutines that currently exist.

  • Type: Gauge
go_memstats_alloc_bytes

Number of bytes allocated and still in use.

  • Type: Gauge
go_memstats_alloc_bytes_total

Total number of bytes allocated, even if freed.

  • Type: Counter
go_memstats_buck_hash_sys_bytes

Number of bytes used by the profiling bucket hash table.

  • Type: Gauge
go_memstats_frees_total

Total number of frees.

  • Type: Counter
go_memstats_gc_sys_bytes

Number of bytes used for garbage collection system metadata.

  • Type: Gauge
go_memstats_heap_alloc_bytes

Number of heap bytes allocated and still in use.

  • Type: Gauge
go_memstats_heap_idle_bytes

Number of heap bytes waiting to be used.

  • Type: Gauge
go_memstats_heap_inuse_bytes

Number of heap bytes that are in use.

  • Type: Gauge
go_memstats_heap_objects

Number of allocated objects.

  • Type: Gauge
go_memstats_heap_released_bytes_total

Total number of heap bytes released to OS.

  • Type: Counter
go_memstats_heap_sys_bytes

Number of heap bytes obtained from system.

  • Type: Gauge
go_memstats_last_gc_time_seconds

Number of seconds since 1970 of last garbage collection.

  • Type: Gauge
go_memstats_lookups_total

Total number of pointer lookups.

  • Type: Counter
go_memstats_mallocs_total

Total number of mallocs.

  • Type: Counter
go_memstats_mcache_inuse_bytes

Number of bytes in use by mcache structures.

  • Type: Gauge
go_memstats_mcache_sys_bytes

Number of bytes used for mcache structures obtained from system.

  • Type: Gauge
go_memstats_mspan_inuse_bytes

Number of bytes in use by mspan structures.

  • Type: Gauge
go_memstats_mspan_sys_bytes

Number of bytes used for mspan structures obtained from system.

  • Type: Gauge
go_memstats_next_gc_bytes

Number of heap bytes when next garbage collection will take place.

  • Type: Gauge
go_memstats_other_sys_bytes

Number of bytes used for other system allocations.

  • Type: Gauge
go_memstats_stack_inuse_bytes

Number of bytes in use by the stack allocator.

  • Type: Gauge
go_memstats_stack_sys_bytes

Number of bytes obtained from system for stack allocator.

  • Type: Gauge
go_memstats_sys_bytes

Number of bytes obtained by system. Sum of all system allocations.

  • Type: Gauge
grpc_server_handled_total

Total number of RPCs completed on the server, regardless of success or failure.

  • Type: Counter
  • Labels: grpc_code grpc_method grpc_service grpc_type
grpc_server_msg_received_total

Total number of RPC stream messages received on the server.

  • Type: Counter
  • Labels: grpc_method grpc_service grpc_type
grpc_server_msg_sent_total

Total number of gRPC stream messages sent by the server.

  • Type: Counter
  • Labels: grpc_method grpc_service grpc_type
grpc_server_started_total

Total number of RPCs started on the server.

  • Type: Counter
  • Labels: grpc_method grpc_service grpc_type
http_request_duration_microseconds

The HTTP request latencies in microseconds.

  • Type: Summary
  • Labels: handler
http_request_size_bytes

The HTTP request sizes in bytes.

  • Type: Summary
  • Labels: handler
http_response_size_bytes

The HTTP response sizes in bytes.

  • Type: Summary
  • Labels: handler