# HELP go_gc_duration_seconds A summary of the pause duration of garbage collection cycles. # TYPE go_gc_duration_seconds summary go_gc_duration_seconds{quantile="0"} 4.1582e-05 go_gc_duration_seconds{quantile="0.25"} 4.8743e-05 go_gc_duration_seconds{quantile="0.5"} 5.5699e-05 go_gc_duration_seconds{quantile="0.75"} 6.7531e-05 go_gc_duration_seconds{quantile="1"} 0.000313824 go_gc_duration_seconds_sum 15.151705148 go_gc_duration_seconds_count 192961 # 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.15.5"} 1 # HELP go_memstats_alloc_bytes Number of bytes allocated and still in use. # TYPE go_memstats_alloc_bytes gauge go_memstats_alloc_bytes 5.239904e+06 # HELP go_memstats_alloc_bytes_total Total number of bytes allocated, even if freed. # TYPE go_memstats_alloc_bytes_total counter go_memstats_alloc_bytes_total 4.35548677232e+11 # HELP go_memstats_buck_hash_sys_bytes Number of bytes used by the profiling bucket hash table. # TYPE go_memstats_buck_hash_sys_bytes gauge go_memstats_buck_hash_sys_bytes 1.607464e+06 # HELP go_memstats_frees_total Total number of frees. # TYPE go_memstats_frees_total counter go_memstats_frees_total 1.205658369e+09 # HELP go_memstats_gc_cpu_fraction The fraction of this program's available CPU time used by the GC since the program started. # TYPE go_memstats_gc_cpu_fraction gauge go_memstats_gc_cpu_fraction 2.8175996612980864e-06 # HELP go_memstats_gc_sys_bytes Number of bytes used for garbage collection system metadata. # TYPE go_memstats_gc_sys_bytes gauge go_memstats_gc_sys_bytes 5.09816e+06 # HELP go_memstats_heap_alloc_bytes Number of heap bytes allocated and still in use. # TYPE go_memstats_heap_alloc_bytes gauge go_memstats_heap_alloc_bytes 5.239904e+06 # HELP go_memstats_heap_idle_bytes Number of heap bytes waiting to be used. # TYPE go_memstats_heap_idle_bytes gauge go_memstats_heap_idle_bytes 6.0104704e+07 # HELP go_memstats_heap_inuse_bytes Number of heap bytes that are in use. # TYPE go_memstats_heap_inuse_bytes gauge go_memstats_heap_inuse_bytes 6.119424e+06 # HELP go_memstats_heap_objects Number of allocated objects. # TYPE go_memstats_heap_objects gauge go_memstats_heap_objects 5703 # HELP go_memstats_heap_released_bytes Number of heap bytes released to OS. # TYPE go_memstats_heap_released_bytes gauge go_memstats_heap_released_bytes 5.8671104e+07 # HELP go_memstats_heap_sys_bytes Number of heap bytes obtained from system. # TYPE go_memstats_heap_sys_bytes gauge go_memstats_heap_sys_bytes 6.6224128e+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.745062693437077e+09 # HELP go_memstats_lookups_total Total number of pointer lookups. # TYPE go_memstats_lookups_total counter go_memstats_lookups_total 0 # HELP go_memstats_mallocs_total Total number of mallocs. # TYPE go_memstats_mallocs_total counter go_memstats_mallocs_total 1.205664072e+09 # HELP go_memstats_mcache_inuse_bytes Number of bytes in use by mcache structures. # TYPE go_memstats_mcache_inuse_bytes gauge go_memstats_mcache_inuse_bytes 13888 # HELP go_memstats_mcache_sys_bytes Number of bytes used for mcache structures obtained from system. # TYPE go_memstats_mcache_sys_bytes gauge go_memstats_mcache_sys_bytes 16384 # HELP go_memstats_mspan_inuse_bytes Number of bytes in use by mspan structures. # TYPE go_memstats_mspan_inuse_bytes gauge go_memstats_mspan_inuse_bytes 115192 # HELP go_memstats_mspan_sys_bytes Number of bytes used for mspan structures obtained from system. # TYPE go_memstats_mspan_sys_bytes gauge go_memstats_mspan_sys_bytes 196608 # HELP go_memstats_next_gc_bytes Number of heap bytes when next garbage collection will take place. # TYPE go_memstats_next_gc_bytes gauge go_memstats_next_gc_bytes 7.915312e+06 # HELP go_memstats_other_sys_bytes Number of bytes used for other system allocations. # TYPE go_memstats_other_sys_bytes gauge go_memstats_other_sys_bytes 1.81508e+06 # HELP go_memstats_stack_inuse_bytes Number of bytes in use by the stack allocator. # TYPE go_memstats_stack_inuse_bytes gauge go_memstats_stack_inuse_bytes 884736 # HELP go_memstats_stack_sys_bytes Number of bytes obtained from system for stack allocator. # TYPE go_memstats_stack_sys_bytes gauge go_memstats_stack_sys_bytes 884736 # HELP go_memstats_sys_bytes Number of bytes obtained from system. # TYPE go_memstats_sys_bytes gauge go_memstats_sys_bytes 7.584256e+07 # HELP go_threads Number of OS threads created. # TYPE go_threads gauge go_threads 12 # HELP memcached_commands_total Total number of all requests broken down by command (get, set, etc.) and status. # TYPE memcached_commands_total counter memcached_commands_total{command="cas",status="badval"} 0 memcached_commands_total{command="cas",status="hit"} 0 memcached_commands_total{command="cas",status="miss"} 0 memcached_commands_total{command="decr",status="hit"} 0 memcached_commands_total{command="decr",status="miss"} 0 memcached_commands_total{command="delete",status="hit"} 0 memcached_commands_total{command="delete",status="miss"} 0 memcached_commands_total{command="flush",status="hit"} 0 memcached_commands_total{command="get",status="hit"} 0 memcached_commands_total{command="get",status="miss"} 0 memcached_commands_total{command="incr",status="hit"} 0 memcached_commands_total{command="incr",status="miss"} 0 memcached_commands_total{command="set",status="hit"} 0 memcached_commands_total{command="touch",status="hit"} 0 memcached_commands_total{command="touch",status="miss"} 0 # HELP memcached_connections_listener_disabled_total Number of times that memcached has hit its connections limit and disabled its listener. # TYPE memcached_connections_listener_disabled_total counter memcached_connections_listener_disabled_total 0 # HELP memcached_connections_total Total number of connections opened since the server started running. # TYPE memcached_connections_total counter memcached_connections_total 717752 # HELP memcached_connections_yielded_total Total number of connections yielded running due to hitting the memcached's -R limit. # TYPE memcached_connections_yielded_total counter memcached_connections_yielded_total 0 # HELP memcached_current_bytes Current number of bytes used to store items. # TYPE memcached_current_bytes gauge memcached_current_bytes 0 # HELP memcached_current_connections Current number of open connections. # TYPE memcached_current_connections gauge memcached_current_connections 7 # HELP memcached_current_items Current number of items stored by this instance. # TYPE memcached_current_items gauge memcached_current_items 0 # HELP memcached_exporter_build_info A metric with a constant '1' value labeled by version, revision, branch, and goversion from which memcached_exporter was built. # TYPE memcached_exporter_build_info gauge memcached_exporter_build_info{branch="HEAD",goversion="go1.15.5",revision="3d8ce192c21319731f1ac784af16a72468dcca5d",version="0.8.0"} 1 # HELP memcached_items_evicted_total Total number of valid items removed from cache to free memory for new items. # TYPE memcached_items_evicted_total counter memcached_items_evicted_total 0 # HELP memcached_items_reclaimed_total Total number of times an entry was stored using memory from an expired entry. # TYPE memcached_items_reclaimed_total counter memcached_items_reclaimed_total 0 # HELP memcached_items_total Total number of items stored during the life of this instance. # TYPE memcached_items_total counter memcached_items_total 0 # HELP memcached_limit_bytes Number of bytes this server is allowed to use for storage. # TYPE memcached_limit_bytes gauge memcached_limit_bytes 6.7108864e+07 # HELP memcached_malloced_bytes Number of bytes of memory allocated to slab pages. # TYPE memcached_malloced_bytes gauge memcached_malloced_bytes 0 # HELP memcached_max_connections Maximum number of clients allowed. # TYPE memcached_max_connections gauge memcached_max_connections 1024 # HELP memcached_read_bytes_total Total number of bytes read by this server from network. # TYPE memcached_read_bytes_total counter memcached_read_bytes_total 3.5169561e+07 # HELP memcached_time_seconds current UNIX time according to the server. # TYPE memcached_time_seconds gauge memcached_time_seconds 1.745062769e+09 # HELP memcached_up Could the memcached server be reached. # TYPE memcached_up gauge memcached_up 1 # HELP memcached_uptime_seconds Number of seconds since the server started. # TYPE memcached_uptime_seconds counter memcached_uptime_seconds 2.1584807e+07 # HELP memcached_version The version of this memcached server. # TYPE memcached_version gauge memcached_version{version="1.4.15"} 1 # HELP memcached_written_bytes_total Total number of bytes sent by this server to network. # TYPE memcached_written_bytes_total counter memcached_written_bytes_total 1.221398577e+09 # HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. # TYPE process_cpu_seconds_total counter process_cpu_seconds_total 8251.13 # HELP process_max_fds Maximum number of open file descriptors. # TYPE process_max_fds gauge process_max_fds 1024 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 13 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 2.5317376e+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.72349820743e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 7.32688384e+08 # 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 # HELP promhttp_metric_handler_requests_in_flight Current number of scrapes being served. # TYPE promhttp_metric_handler_requests_in_flight gauge promhttp_metric_handler_requests_in_flight 1 # HELP promhttp_metric_handler_requests_total Total number of scrapes by HTTP status code. # TYPE promhttp_metric_handler_requests_total counter promhttp_metric_handler_requests_total{code="200"} 717746 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0