# HELP go_gc_duration_seconds A summary of the wall-time pause (stop-the-world) duration in garbage collection cycles. # TYPE go_gc_duration_seconds summary go_gc_duration_seconds{quantile="0"} 4.4472e-05 go_gc_duration_seconds{quantile="0.25"} 0.000108219 go_gc_duration_seconds{quantile="0.5"} 0.000129268 go_gc_duration_seconds{quantile="0.75"} 0.000177801 go_gc_duration_seconds{quantile="1"} 0.000558117 go_gc_duration_seconds_sum 7.407591253 go_gc_duration_seconds_count 51821 # HELP go_gc_gogc_percent Heap size target percentage configured by the user, otherwise 100. This value is set by the GOGC environment variable, and the runtime/debug.SetGCPercent function. Sourced from /gc/gogc:percent # TYPE go_gc_gogc_percent gauge go_gc_gogc_percent 100 # HELP go_gc_gomemlimit_bytes Go runtime memory limit configured by the user, otherwise math.MaxInt64. This value is set by the GOMEMLIMIT environment variable, and the runtime/debug.SetMemoryLimit function. Sourced from /gc/gomemlimit:bytes # TYPE go_gc_gomemlimit_bytes gauge go_gc_gomemlimit_bytes 9.223372036854776e+18 # HELP go_goroutines Number of goroutines that currently exist. # TYPE go_goroutines gauge go_goroutines 9 # HELP go_info Information about the Go environment. # TYPE go_info gauge go_info{version="go1.23.2"} 1 # HELP go_memstats_alloc_bytes Number of bytes allocated in heap and currently in use. Equals to /memory/classes/heap/objects:bytes. # TYPE go_memstats_alloc_bytes gauge go_memstats_alloc_bytes 3.997984e+06 # HELP go_memstats_alloc_bytes_total Total number of bytes allocated in heap until now, even if released already. Equals to /gc/heap/allocs:bytes. # TYPE go_memstats_alloc_bytes_total counter go_memstats_alloc_bytes_total 7.2665631984e+10 # HELP go_memstats_buck_hash_sys_bytes Number of bytes used by the profiling bucket hash table. Equals to /memory/classes/profiling/buckets:bytes. # TYPE go_memstats_buck_hash_sys_bytes gauge go_memstats_buck_hash_sys_bytes 3751 # HELP go_memstats_frees_total Total number of heap objects frees. Equals to /gc/heap/frees:objects + /gc/heap/tiny/allocs:objects. # TYPE go_memstats_frees_total counter go_memstats_frees_total 3.41056398e+08 # HELP go_memstats_gc_sys_bytes Number of bytes used for garbage collection system metadata. Equals to /memory/classes/metadata/other:bytes. # TYPE go_memstats_gc_sys_bytes gauge go_memstats_gc_sys_bytes 3.13436e+06 # HELP go_memstats_heap_alloc_bytes Number of heap bytes allocated and currently in use, same as go_memstats_alloc_bytes. Equals to /memory/classes/heap/objects:bytes. # TYPE go_memstats_heap_alloc_bytes gauge go_memstats_heap_alloc_bytes 3.997984e+06 # HELP go_memstats_heap_idle_bytes Number of heap bytes waiting to be used. Equals to /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes. # TYPE go_memstats_heap_idle_bytes gauge go_memstats_heap_idle_bytes 9.076736e+06 # HELP go_memstats_heap_inuse_bytes Number of heap bytes that are in use. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes # TYPE go_memstats_heap_inuse_bytes gauge go_memstats_heap_inuse_bytes 6.045696e+06 # HELP go_memstats_heap_objects Number of currently allocated objects. Equals to /gc/heap/objects:objects. # TYPE go_memstats_heap_objects gauge go_memstats_heap_objects 7918 # HELP go_memstats_heap_released_bytes Number of heap bytes released to OS. Equals to /memory/classes/heap/released:bytes. # TYPE go_memstats_heap_released_bytes gauge go_memstats_heap_released_bytes 8.216576e+06 # HELP go_memstats_heap_sys_bytes Number of heap bytes obtained from system. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes + /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes. # TYPE go_memstats_heap_sys_bytes gauge go_memstats_heap_sys_bytes 1.5122432e+07 # HELP go_memstats_last_gc_time_seconds Number of seconds since 1970 of last garbage collection. # TYPE go_memstats_last_gc_time_seconds gauge go_memstats_last_gc_time_seconds 1.7344140349669945e+09 # HELP go_memstats_mallocs_total Total number of heap objects allocated, both live and gc-ed. Semantically a counter version for go_memstats_heap_objects gauge. Equals to /gc/heap/allocs:objects + /gc/heap/tiny/allocs:objects. # TYPE go_memstats_mallocs_total counter go_memstats_mallocs_total 3.41064316e+08 # HELP go_memstats_mcache_inuse_bytes Number of bytes in use by mcache structures. Equals to /memory/classes/metadata/mcache/inuse:bytes. # TYPE go_memstats_mcache_inuse_bytes gauge go_memstats_mcache_inuse_bytes 19200 # HELP go_memstats_mcache_sys_bytes Number of bytes used for mcache structures obtained from system. Equals to /memory/classes/metadata/mcache/inuse:bytes + /memory/classes/metadata/mcache/free:bytes. # TYPE go_memstats_mcache_sys_bytes gauge go_memstats_mcache_sys_bytes 31200 # HELP go_memstats_mspan_inuse_bytes Number of bytes in use by mspan structures. Equals to /memory/classes/metadata/mspan/inuse:bytes. # TYPE go_memstats_mspan_inuse_bytes gauge go_memstats_mspan_inuse_bytes 285920 # HELP go_memstats_mspan_sys_bytes Number of bytes used for mspan structures obtained from system. Equals to /memory/classes/metadata/mspan/inuse:bytes + /memory/classes/metadata/mspan/free:bytes. # TYPE go_memstats_mspan_sys_bytes gauge go_memstats_mspan_sys_bytes 342720 # HELP go_memstats_next_gc_bytes Number of heap bytes when next garbage collection will take place. Equals to /gc/heap/goal:bytes. # TYPE go_memstats_next_gc_bytes gauge go_memstats_next_gc_bytes 6.170056e+06 # HELP go_memstats_other_sys_bytes Number of bytes used for other system allocations. Equals to /memory/classes/other:bytes. # TYPE go_memstats_other_sys_bytes gauge go_memstats_other_sys_bytes 3.048753e+06 # HELP go_memstats_stack_inuse_bytes Number of bytes obtained from system for stack allocator in non-CGO environments. Equals to /memory/classes/heap/stacks:bytes. # TYPE go_memstats_stack_inuse_bytes gauge go_memstats_stack_inuse_bytes 1.605632e+06 # HELP go_memstats_stack_sys_bytes Number of bytes obtained from system for stack allocator. Equals to /memory/classes/heap/stacks:bytes + /memory/classes/os-stacks:bytes. # TYPE go_memstats_stack_sys_bytes gauge go_memstats_stack_sys_bytes 1.605632e+06 # HELP go_memstats_sys_bytes Number of bytes obtained from system. Equals to /memory/classes/total:byte. # TYPE go_memstats_sys_bytes gauge go_memstats_sys_bytes 2.3288848e+07 # HELP go_sched_gomaxprocs_threads The current runtime.GOMAXPROCS setting, or the number of operating system threads that can execute user-level Go code simultaneously. Sourced from /sched/gomaxprocs:threads # TYPE go_sched_gomaxprocs_threads gauge go_sched_gomaxprocs_threads 16 # HELP go_threads Number of OS threads created. # TYPE go_threads gauge go_threads 22 # HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. # TYPE process_cpu_seconds_total counter process_cpu_seconds_total 1174.46 # HELP process_max_fds Maximum number of open file descriptors. # TYPE process_max_fds gauge process_max_fds 1.048576e+06 # HELP process_network_receive_bytes_total Number of bytes received by the process over the network. # TYPE process_network_receive_bytes_total counter process_network_receive_bytes_total 6.24223776e+08 # HELP process_network_transmit_bytes_total Number of bytes sent by the process over the network. # TYPE process_network_transmit_bytes_total counter process_network_transmit_bytes_total 4.57548627e+08 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 10 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 1.2709888e+07 # HELP process_start_time_seconds Start time of the process since unix epoch in seconds. # TYPE process_start_time_seconds gauge process_start_time_seconds 1.73339963756e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 1.266835456e+09 # HELP process_virtual_memory_max_bytes Maximum amount of virtual memory available in bytes. # TYPE process_virtual_memory_max_bytes gauge process_virtual_memory_max_bytes 1.8446744073709552e+19 # HELP redis_active_defrag_running active_defrag_running metric # TYPE redis_active_defrag_running gauge redis_active_defrag_running 0 # HELP redis_allocator_active_bytes allocator_active_bytes metric # TYPE redis_allocator_active_bytes gauge redis_allocator_active_bytes 2.2014824448e+10 # HELP redis_allocator_allocated_bytes allocator_allocated_bytes metric # TYPE redis_allocator_allocated_bytes gauge redis_allocator_allocated_bytes 2.129994056e+10 # HELP redis_allocator_frag_bytes allocator_frag_bytes metric # TYPE redis_allocator_frag_bytes gauge redis_allocator_frag_bytes 7.14883888e+08 # HELP redis_allocator_frag_ratio allocator_frag_ratio metric # TYPE redis_allocator_frag_ratio gauge redis_allocator_frag_ratio 1.03 # HELP redis_allocator_resident_bytes allocator_resident_bytes metric # TYPE redis_allocator_resident_bytes gauge redis_allocator_resident_bytes 2.2323101696e+10 # HELP redis_allocator_rss_bytes allocator_rss_bytes metric # TYPE redis_allocator_rss_bytes gauge redis_allocator_rss_bytes 3.08277248e+08 # HELP redis_allocator_rss_ratio allocator_rss_ratio metric # TYPE redis_allocator_rss_ratio gauge redis_allocator_rss_ratio 1.01 # HELP redis_aof_current_rewrite_duration_sec aof_current_rewrite_duration_sec metric # TYPE redis_aof_current_rewrite_duration_sec gauge redis_aof_current_rewrite_duration_sec -1 # HELP redis_aof_enabled aof_enabled metric # TYPE redis_aof_enabled gauge redis_aof_enabled 0 # HELP redis_aof_last_bgrewrite_status aof_last_bgrewrite_status metric # TYPE redis_aof_last_bgrewrite_status gauge redis_aof_last_bgrewrite_status 1 # HELP redis_aof_last_cow_size_bytes aof_last_cow_size_bytes metric # TYPE redis_aof_last_cow_size_bytes gauge redis_aof_last_cow_size_bytes 0 # HELP redis_aof_last_rewrite_duration_sec aof_last_rewrite_duration_sec metric # TYPE redis_aof_last_rewrite_duration_sec gauge redis_aof_last_rewrite_duration_sec -1 # HELP redis_aof_last_write_status aof_last_write_status metric # TYPE redis_aof_last_write_status gauge redis_aof_last_write_status 1 # HELP redis_aof_rewrite_in_progress aof_rewrite_in_progress metric # TYPE redis_aof_rewrite_in_progress gauge redis_aof_rewrite_in_progress 0 # HELP redis_aof_rewrite_scheduled aof_rewrite_scheduled metric # TYPE redis_aof_rewrite_scheduled gauge redis_aof_rewrite_scheduled 0 # HELP redis_blocked_clients blocked_clients metric # TYPE redis_blocked_clients gauge redis_blocked_clients 0 # HELP redis_client_recent_max_input_buffer_bytes client_recent_max_input_buffer_bytes metric # TYPE redis_client_recent_max_input_buffer_bytes gauge redis_client_recent_max_input_buffer_bytes 32774 # HELP redis_client_recent_max_output_buffer_bytes client_recent_max_output_buffer_bytes metric # TYPE redis_client_recent_max_output_buffer_bytes gauge redis_client_recent_max_output_buffer_bytes 1.310744e+06 # HELP redis_cluster_enabled cluster_enabled metric # TYPE redis_cluster_enabled gauge redis_cluster_enabled 0 # HELP redis_commands_duration_seconds_total Total amount of time in seconds spent per command # TYPE redis_commands_duration_seconds_total counter redis_commands_duration_seconds_total{cmd="client"} 0.175045 redis_commands_duration_seconds_total{cmd="config"} 11.32829 redis_commands_duration_seconds_total{cmd="del"} 56.768483 redis_commands_duration_seconds_total{cmd="exists"} 71.035795 redis_commands_duration_seconds_total{cmd="get"} 4385.706933 redis_commands_duration_seconds_total{cmd="info"} 10.905951 redis_commands_duration_seconds_total{cmd="latency"} 0.67641 redis_commands_duration_seconds_total{cmd="ping"} 14.926021 redis_commands_duration_seconds_total{cmd="set"} 257.060605 redis_commands_duration_seconds_total{cmd="setex"} 42.908917 redis_commands_duration_seconds_total{cmd="slowlog"} 0.81895 # HELP redis_commands_processed_total commands_processed_total metric # TYPE redis_commands_processed_total counter redis_commands_processed_total 8.09458626e+08 # HELP redis_commands_total Total number of calls per command # TYPE redis_commands_total counter redis_commands_total{cmd="client"} 67629 redis_commands_total{cmd="config"} 67629 redis_commands_total{cmd="del"} 1.6186587e+07 redis_commands_total{cmd="exists"} 3.1933886e+07 redis_commands_total{cmd="get"} 6.81113087e+08 redis_commands_total{cmd="info"} 67628 redis_commands_total{cmd="latency"} 135256 redis_commands_total{cmd="ping"} 1.9577369e+07 redis_commands_total{cmd="set"} 5.2587685e+07 redis_commands_total{cmd="setex"} 7.586614e+06 redis_commands_total{cmd="slowlog"} 135256 # HELP redis_config_client_output_buffer_limit_bytes The configured buffer limits per class # TYPE redis_config_client_output_buffer_limit_bytes gauge redis_config_client_output_buffer_limit_bytes{class="normal",limit="hard"} 0 redis_config_client_output_buffer_limit_bytes{class="normal",limit="soft"} 0 redis_config_client_output_buffer_limit_bytes{class="pubsub",limit="hard"} 3.3554432e+07 redis_config_client_output_buffer_limit_bytes{class="pubsub",limit="soft"} 8.388608e+06 redis_config_client_output_buffer_limit_bytes{class="slave",limit="hard"} 2.68435456e+08 redis_config_client_output_buffer_limit_bytes{class="slave",limit="soft"} 6.7108864e+07 # HELP redis_config_client_output_buffer_limit_overcome_seconds How long for buffer limits per class to be exceeded before replicas are dropped # TYPE redis_config_client_output_buffer_limit_overcome_seconds gauge redis_config_client_output_buffer_limit_overcome_seconds{class="normal",limit="soft"} 0 redis_config_client_output_buffer_limit_overcome_seconds{class="pubsub",limit="soft"} 60 redis_config_client_output_buffer_limit_overcome_seconds{class="slave",limit="soft"} 60 # HELP redis_config_maxclients config_maxclients metric # TYPE redis_config_maxclients gauge redis_config_maxclients 10000 # HELP redis_config_maxmemory config_maxmemory metric # TYPE redis_config_maxmemory gauge redis_config_maxmemory 1.073741824e+11 # HELP redis_configured_hz configured_hz metric # TYPE redis_configured_hz gauge redis_configured_hz 10 # HELP redis_connected_clients connected_clients metric # TYPE redis_connected_clients gauge redis_connected_clients 3 # HELP redis_connected_slaves connected_slaves metric # TYPE redis_connected_slaves gauge redis_connected_slaves 0 # HELP redis_connections_received_total connections_received_total metric # TYPE redis_connections_received_total counter redis_connections_received_total 1.9645177e+07 # HELP redis_cpu_sys_children_seconds_total cpu_sys_children_seconds_total metric # TYPE redis_cpu_sys_children_seconds_total counter redis_cpu_sys_children_seconds_total 0.005364 # HELP redis_cpu_sys_seconds_total cpu_sys_seconds_total metric # TYPE redis_cpu_sys_seconds_total counter redis_cpu_sys_seconds_total 45047.401025 # HELP redis_cpu_user_children_seconds_total cpu_user_children_seconds_total metric # TYPE redis_cpu_user_children_seconds_total counter redis_cpu_user_children_seconds_total 0.000982 # HELP redis_cpu_user_seconds_total cpu_user_seconds_total metric # TYPE redis_cpu_user_seconds_total counter redis_cpu_user_seconds_total 18747.184174 # HELP redis_db_avg_ttl_seconds Avg TTL in seconds # TYPE redis_db_avg_ttl_seconds gauge redis_db_avg_ttl_seconds{db="db0"} 1.5147659325e+07 # HELP redis_db_keys Total number of keys by DB # TYPE redis_db_keys gauge redis_db_keys{db="db0"} 2.2459587e+07 redis_db_keys{db="db1"} 0 redis_db_keys{db="db10"} 0 redis_db_keys{db="db11"} 0 redis_db_keys{db="db12"} 0 redis_db_keys{db="db13"} 0 redis_db_keys{db="db14"} 0 redis_db_keys{db="db15"} 0 redis_db_keys{db="db2"} 0 redis_db_keys{db="db3"} 0 redis_db_keys{db="db4"} 0 redis_db_keys{db="db5"} 0 redis_db_keys{db="db6"} 0 redis_db_keys{db="db7"} 0 redis_db_keys{db="db8"} 0 redis_db_keys{db="db9"} 0 # HELP redis_db_keys_expiring Total number of expiring keys by DB # TYPE redis_db_keys_expiring gauge redis_db_keys_expiring{db="db0"} 1.025669e+06 redis_db_keys_expiring{db="db1"} 0 redis_db_keys_expiring{db="db10"} 0 redis_db_keys_expiring{db="db11"} 0 redis_db_keys_expiring{db="db12"} 0 redis_db_keys_expiring{db="db13"} 0 redis_db_keys_expiring{db="db14"} 0 redis_db_keys_expiring{db="db15"} 0 redis_db_keys_expiring{db="db2"} 0 redis_db_keys_expiring{db="db3"} 0 redis_db_keys_expiring{db="db4"} 0 redis_db_keys_expiring{db="db5"} 0 redis_db_keys_expiring{db="db6"} 0 redis_db_keys_expiring{db="db7"} 0 redis_db_keys_expiring{db="db8"} 0 redis_db_keys_expiring{db="db9"} 0 # HELP redis_defrag_hits defrag_hits metric # TYPE redis_defrag_hits gauge redis_defrag_hits 0 # HELP redis_defrag_key_hits defrag_key_hits metric # TYPE redis_defrag_key_hits gauge redis_defrag_key_hits 0 # HELP redis_defrag_key_misses defrag_key_misses metric # TYPE redis_defrag_key_misses gauge redis_defrag_key_misses 0 # HELP redis_defrag_misses defrag_misses metric # TYPE redis_defrag_misses gauge redis_defrag_misses 0 # HELP redis_evicted_keys_total evicted_keys_total metric # TYPE redis_evicted_keys_total counter redis_evicted_keys_total 0 # HELP redis_expired_keys_total expired_keys_total metric # TYPE redis_expired_keys_total counter redis_expired_keys_total 5.18706e+06 # HELP redis_expired_stale_percentage expired_stale_percentage metric # TYPE redis_expired_stale_percentage gauge redis_expired_stale_percentage 2.51 # HELP redis_expired_time_cap_reached_total expired_time_cap_reached_total metric # TYPE redis_expired_time_cap_reached_total counter redis_expired_time_cap_reached_total 0 # HELP redis_exporter_build_info redis exporter build_info # TYPE redis_exporter_build_info gauge redis_exporter_build_info{build_date="",commit_sha="[no-sha]",golang_version="go1.23.2",version="v1.66.0,SHA1=d9ccc72f2061857f41585768d2318ae5b765cfdf"} 1 # HELP redis_exporter_last_scrape_connect_time_seconds exporter_last_scrape_connect_time_seconds metric # TYPE redis_exporter_last_scrape_connect_time_seconds gauge redis_exporter_last_scrape_connect_time_seconds 0.00258432 # HELP redis_exporter_last_scrape_duration_seconds exporter_last_scrape_duration_seconds metric # TYPE redis_exporter_last_scrape_duration_seconds gauge redis_exporter_last_scrape_duration_seconds 0.005861465 # HELP redis_exporter_last_scrape_error The last scrape error status. # TYPE redis_exporter_last_scrape_error gauge redis_exporter_last_scrape_error{err=""} 0 # HELP redis_exporter_scrape_duration_seconds Durations of scrapes by the exporter # TYPE redis_exporter_scrape_duration_seconds summary redis_exporter_scrape_duration_seconds_sum 309.02276658100095 redis_exporter_scrape_duration_seconds_count 67629 # HELP redis_exporter_scrapes_total Current total redis scrapes. # TYPE redis_exporter_scrapes_total counter redis_exporter_scrapes_total 67629 # HELP redis_hz hz metric # TYPE redis_hz gauge redis_hz 10 # HELP redis_instance_info Information about the Redis instance # TYPE redis_instance_info gauge redis_instance_info{master_replid="3b25f83a024f3f78f57aa8914d64d848cadb0813",maxmemory_policy="noeviction",os="Linux 5.15.0-125-generic x86_64",process_id="1",redis_build_id="5a396a3a77241301",redis_mode="standalone",redis_version="5.0.3",role="master",run_id="2a8db750fcf3ea1768c73b3c8e1e2ccdc0a3b87f",tcp_port="6379"} 1 # HELP redis_keyspace_hits_total keyspace_hits_total metric # TYPE redis_keyspace_hits_total counter redis_keyspace_hits_total 5.92459203e+08 # HELP redis_keyspace_misses_total keyspace_misses_total metric # TYPE redis_keyspace_misses_total counter redis_keyspace_misses_total 1.2058777e+08 # HELP redis_last_key_groups_scrape_duration_milliseconds Duration of the last key group metrics scrape in milliseconds # TYPE redis_last_key_groups_scrape_duration_milliseconds gauge redis_last_key_groups_scrape_duration_milliseconds 0 # HELP redis_last_slow_execution_duration_seconds The amount of time needed for last slow execution, in seconds # TYPE redis_last_slow_execution_duration_seconds gauge redis_last_slow_execution_duration_seconds 0.014469 # HELP redis_latest_fork_seconds latest_fork_seconds metric # TYPE redis_latest_fork_seconds gauge redis_latest_fork_seconds 0 # HELP redis_lazyfree_pending_objects lazyfree_pending_objects metric # TYPE redis_lazyfree_pending_objects gauge redis_lazyfree_pending_objects 0 # HELP redis_loading_dump_file loading_dump_file metric # TYPE redis_loading_dump_file gauge redis_loading_dump_file 0 # HELP redis_master_repl_offset master_repl_offset metric # TYPE redis_master_repl_offset gauge redis_master_repl_offset 0 # HELP redis_mem_clients_normal mem_clients_normal metric # TYPE redis_mem_clients_normal gauge redis_mem_clients_normal 83538 # HELP redis_mem_clients_slaves mem_clients_slaves metric # TYPE redis_mem_clients_slaves gauge redis_mem_clients_slaves 0 # HELP redis_mem_fragmentation_bytes mem_fragmentation_bytes metric # TYPE redis_mem_fragmentation_bytes gauge redis_mem_fragmentation_bytes 7.6373608e+08 # HELP redis_mem_fragmentation_ratio mem_fragmentation_ratio metric # TYPE redis_mem_fragmentation_ratio gauge redis_mem_fragmentation_ratio 1.04 # HELP redis_mem_not_counted_for_eviction_bytes mem_not_counted_for_eviction_bytes metric # TYPE redis_mem_not_counted_for_eviction_bytes gauge redis_mem_not_counted_for_eviction_bytes 0 # HELP redis_memory_max_bytes memory_max_bytes metric # TYPE redis_memory_max_bytes gauge redis_memory_max_bytes 1.073741824e+11 # HELP redis_memory_used_bytes memory_used_bytes metric # TYPE redis_memory_used_bytes gauge redis_memory_used_bytes 2.129972556e+10 # HELP redis_memory_used_dataset_bytes memory_used_dataset_bytes metric # TYPE redis_memory_used_dataset_bytes gauge redis_memory_used_dataset_bytes 2.009902751e+10 # HELP redis_memory_used_lua_bytes memory_used_lua_bytes metric # TYPE redis_memory_used_lua_bytes gauge redis_memory_used_lua_bytes 37888 # HELP redis_memory_used_overhead_bytes memory_used_overhead_bytes metric # TYPE redis_memory_used_overhead_bytes gauge redis_memory_used_overhead_bytes 1.20069805e+09 # HELP redis_memory_used_peak_bytes memory_used_peak_bytes metric # TYPE redis_memory_used_peak_bytes gauge redis_memory_used_peak_bytes 2.1303628472e+10 # HELP redis_memory_used_rss_bytes memory_used_rss_bytes metric # TYPE redis_memory_used_rss_bytes gauge redis_memory_used_rss_bytes 2.2063398912e+10 # HELP redis_memory_used_scripts_bytes memory_used_scripts_bytes metric # TYPE redis_memory_used_scripts_bytes gauge redis_memory_used_scripts_bytes 0 # HELP redis_memory_used_startup_bytes memory_used_startup_bytes metric # TYPE redis_memory_used_startup_bytes gauge redis_memory_used_startup_bytes 790912 # HELP redis_migrate_cached_sockets_total migrate_cached_sockets_total metric # TYPE redis_migrate_cached_sockets_total gauge redis_migrate_cached_sockets_total 0 # HELP redis_net_input_bytes_total net_input_bytes_total metric # TYPE redis_net_input_bytes_total counter redis_net_input_bytes_total 4.71094284012e+11 # HELP redis_net_output_bytes_total net_output_bytes_total metric # TYPE redis_net_output_bytes_total counter redis_net_output_bytes_total 4.394259026248e+12 # HELP redis_number_of_cached_scripts number_of_cached_scripts metric # TYPE redis_number_of_cached_scripts gauge redis_number_of_cached_scripts 0 # HELP redis_process_id process_id metric # TYPE redis_process_id gauge redis_process_id 1 # HELP redis_pubsub_channels pubsub_channels metric # TYPE redis_pubsub_channels gauge redis_pubsub_channels 0 # HELP redis_pubsub_patterns pubsub_patterns metric # TYPE redis_pubsub_patterns gauge redis_pubsub_patterns 0 # HELP redis_rdb_bgsave_in_progress rdb_bgsave_in_progress metric # TYPE redis_rdb_bgsave_in_progress gauge redis_rdb_bgsave_in_progress 0 # HELP redis_rdb_changes_since_last_save rdb_changes_since_last_save metric # TYPE redis_rdb_changes_since_last_save gauge redis_rdb_changes_since_last_save 6.6223746e+07 # HELP redis_rdb_current_bgsave_duration_sec rdb_current_bgsave_duration_sec metric # TYPE redis_rdb_current_bgsave_duration_sec gauge redis_rdb_current_bgsave_duration_sec -1 # HELP redis_rdb_last_bgsave_duration_sec rdb_last_bgsave_duration_sec metric # TYPE redis_rdb_last_bgsave_duration_sec gauge redis_rdb_last_bgsave_duration_sec -1 # HELP redis_rdb_last_bgsave_status rdb_last_bgsave_status metric # TYPE redis_rdb_last_bgsave_status gauge redis_rdb_last_bgsave_status 1 # HELP redis_rdb_last_cow_size_bytes rdb_last_cow_size_bytes metric # TYPE redis_rdb_last_cow_size_bytes gauge redis_rdb_last_cow_size_bytes 0 # HELP redis_rdb_last_save_timestamp_seconds rdb_last_save_timestamp_seconds metric # TYPE redis_rdb_last_save_timestamp_seconds gauge redis_rdb_last_save_timestamp_seconds 1.733398602e+09 # HELP redis_rejected_connections_total rejected_connections_total metric # TYPE redis_rejected_connections_total counter redis_rejected_connections_total 0 # HELP redis_repl_backlog_first_byte_offset repl_backlog_first_byte_offset metric # TYPE redis_repl_backlog_first_byte_offset gauge redis_repl_backlog_first_byte_offset 0 # HELP redis_repl_backlog_history_bytes repl_backlog_history_bytes metric # TYPE redis_repl_backlog_history_bytes gauge redis_repl_backlog_history_bytes 0 # HELP redis_repl_backlog_is_active repl_backlog_is_active metric # TYPE redis_repl_backlog_is_active gauge redis_repl_backlog_is_active 0 # HELP redis_replica_partial_resync_accepted replica_partial_resync_accepted metric # TYPE redis_replica_partial_resync_accepted gauge redis_replica_partial_resync_accepted 0 # HELP redis_replica_partial_resync_denied replica_partial_resync_denied metric # TYPE redis_replica_partial_resync_denied gauge redis_replica_partial_resync_denied 0 # HELP redis_replica_resyncs_full replica_resyncs_full metric # TYPE redis_replica_resyncs_full gauge redis_replica_resyncs_full 0 # HELP redis_replication_backlog_bytes replication_backlog_bytes metric # TYPE redis_replication_backlog_bytes gauge redis_replication_backlog_bytes 1.048576e+06 # HELP redis_second_repl_offset second_repl_offset metric # TYPE redis_second_repl_offset gauge redis_second_repl_offset -1 # HELP redis_slave_expires_tracked_keys slave_expires_tracked_keys metric # TYPE redis_slave_expires_tracked_keys gauge redis_slave_expires_tracked_keys 0 # HELP redis_slowlog_last_id Last id of slowlog # TYPE redis_slowlog_last_id gauge redis_slowlog_last_id 2874 # HELP redis_slowlog_length Total slowlog # TYPE redis_slowlog_length gauge redis_slowlog_length 128 # HELP redis_start_time_seconds Start time of the Redis instance since unix epoch in seconds. # TYPE redis_start_time_seconds gauge redis_start_time_seconds 1.733398602e+09 # HELP redis_target_scrape_request_errors_total Errors in requests to the exporter # TYPE redis_target_scrape_request_errors_total counter redis_target_scrape_request_errors_total 0 # HELP redis_up Information about the Redis instance # TYPE redis_up gauge redis_up 1 # HELP redis_uptime_in_seconds uptime_in_seconds metric # TYPE redis_uptime_in_seconds gauge redis_uptime_in_seconds 1.015459e+06