# HELP go_cgo_go_to_c_calls_calls_total Count of calls made from Go to C by the current process. Sourced from /cgo/go-to-c-calls:calls. # TYPE go_cgo_go_to_c_calls_calls_total counter go_cgo_go_to_c_calls_calls_total 0 # HELP go_cpu_classes_gc_mark_assist_cpu_seconds_total Estimated total CPU time goroutines spent performing GC tasks to assist the GC and prevent it from falling behind the application. This metric is an overestimate, and not directly comparable to system CPU time measurements. Compare only with other /cpu/classes metrics. Sourced from /cpu/classes/gc/mark/assist:cpu-seconds. # TYPE go_cpu_classes_gc_mark_assist_cpu_seconds_total counter go_cpu_classes_gc_mark_assist_cpu_seconds_total 1.119285496 # HELP go_cpu_classes_gc_mark_dedicated_cpu_seconds_total Estimated total CPU time spent performing GC tasks on processors (as defined by GOMAXPROCS) dedicated to those tasks. This metric is an overestimate, and not directly comparable to system CPU time measurements. Compare only with other /cpu/classes metrics. Sourced from /cpu/classes/gc/mark/dedicated:cpu-seconds. # TYPE go_cpu_classes_gc_mark_dedicated_cpu_seconds_total counter go_cpu_classes_gc_mark_dedicated_cpu_seconds_total 49.337177332 # HELP go_cpu_classes_gc_mark_idle_cpu_seconds_total Estimated total CPU time spent performing GC tasks on spare CPU resources that the Go scheduler could not otherwise find a use for. This should be subtracted from the total GC CPU time to obtain a measure of compulsory GC CPU time. This metric is an overestimate, and not directly comparable to system CPU time measurements. Compare only with other /cpu/classes metrics. Sourced from /cpu/classes/gc/mark/idle:cpu-seconds. # TYPE go_cpu_classes_gc_mark_idle_cpu_seconds_total counter go_cpu_classes_gc_mark_idle_cpu_seconds_total 89.461655519 # HELP go_cpu_classes_gc_pause_cpu_seconds_total Estimated total CPU time spent with the application paused by the GC. Even if only one thread is running during the pause, this is computed as GOMAXPROCS times the pause latency because nothing else can be executing. This is the exact sum of samples in /sched/pauses/total/gc:seconds if each sample is multiplied by GOMAXPROCS at the time it is taken. This metric is an overestimate, and not directly comparable to system CPU time measurements. Compare only with other /cpu/classes metrics. Sourced from /cpu/classes/gc/pause:cpu-seconds. # TYPE go_cpu_classes_gc_pause_cpu_seconds_total counter go_cpu_classes_gc_pause_cpu_seconds_total 32.382921702 # HELP go_cpu_classes_gc_total_cpu_seconds_total Estimated total CPU time spent performing GC tasks. This metric is an overestimate, and not directly comparable to system CPU time measurements. Compare only with other /cpu/classes metrics. Sum of all metrics in /cpu/classes/gc. Sourced from /cpu/classes/gc/total:cpu-seconds. # TYPE go_cpu_classes_gc_total_cpu_seconds_total counter go_cpu_classes_gc_total_cpu_seconds_total 172.301040049 # HELP go_cpu_classes_idle_cpu_seconds_total Estimated total available CPU time not spent executing any Go or Go runtime code. In other words, the part of /cpu/classes/total:cpu-seconds that was unused. This metric is an overestimate, and not directly comparable to system CPU time measurements. Compare only with other /cpu/classes metrics. Sourced from /cpu/classes/idle:cpu-seconds. # TYPE go_cpu_classes_idle_cpu_seconds_total counter go_cpu_classes_idle_cpu_seconds_total 1.0112465855727896e+07 # HELP go_cpu_classes_scavenge_assist_cpu_seconds_total Estimated total CPU time spent returning unused memory to the underlying platform in response eagerly in response to memory pressure. This metric is an overestimate, and not directly comparable to system CPU time measurements. Compare only with other /cpu/classes metrics. Sourced from /cpu/classes/scavenge/assist:cpu-seconds. # TYPE go_cpu_classes_scavenge_assist_cpu_seconds_total counter go_cpu_classes_scavenge_assist_cpu_seconds_total 4.64e-07 # HELP go_cpu_classes_scavenge_background_cpu_seconds_total Estimated total CPU time spent performing background tasks to return unused memory to the underlying platform. This metric is an overestimate, and not directly comparable to system CPU time measurements. Compare only with other /cpu/classes metrics. Sourced from /cpu/classes/scavenge/background:cpu-seconds. # TYPE go_cpu_classes_scavenge_background_cpu_seconds_total counter go_cpu_classes_scavenge_background_cpu_seconds_total 1.114137816 # HELP go_cpu_classes_scavenge_total_cpu_seconds_total Estimated total CPU time spent performing tasks that return unused memory to the underlying platform. This metric is an overestimate, and not directly comparable to system CPU time measurements. Compare only with other /cpu/classes metrics. Sum of all metrics in /cpu/classes/scavenge. Sourced from /cpu/classes/scavenge/total:cpu-seconds. # TYPE go_cpu_classes_scavenge_total_cpu_seconds_total counter go_cpu_classes_scavenge_total_cpu_seconds_total 1.11413828 # HELP go_cpu_classes_total_cpu_seconds_total Estimated total available CPU time for user Go code or the Go runtime, as defined by GOMAXPROCS. In other words, GOMAXPROCS integrated over the wall-clock duration this process has been executing for. This metric is an overestimate, and not directly comparable to system CPU time measurements. Compare only with other /cpu/classes metrics. Sum of all metrics in /cpu/classes. Sourced from /cpu/classes/total:cpu-seconds. # TYPE go_cpu_classes_total_cpu_seconds_total counter go_cpu_classes_total_cpu_seconds_total 1.0112973493575584e+07 # HELP go_cpu_classes_user_cpu_seconds_total Estimated total CPU time spent running user Go code. This may also include some small amount of time spent in the Go runtime. This metric is an overestimate, and not directly comparable to system CPU time measurements. Compare only with other /cpu/classes metrics. Sourced from /cpu/classes/user:cpu-seconds. # TYPE go_cpu_classes_user_cpu_seconds_total counter go_cpu_classes_user_cpu_seconds_total 334.22266936 # HELP go_gc_cycles_automatic_gc_cycles_total Count of completed GC cycles generated by the Go runtime. Sourced from /gc/cycles/automatic:gc-cycles. # TYPE go_gc_cycles_automatic_gc_cycles_total counter go_gc_cycles_automatic_gc_cycles_total 41554 # HELP go_gc_cycles_forced_gc_cycles_total Count of completed GC cycles forced by the application. Sourced from /gc/cycles/forced:gc-cycles. # TYPE go_gc_cycles_forced_gc_cycles_total counter go_gc_cycles_forced_gc_cycles_total 0 # HELP go_gc_cycles_total_gc_cycles_total Count of all completed GC cycles. Sourced from /gc/cycles/total:gc-cycles. # TYPE go_gc_cycles_total_gc_cycles_total counter go_gc_cycles_total_gc_cycles_total 41554 # 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"} 0.000165812 go_gc_duration_seconds{quantile="0.25"} 0.00021843 go_gc_duration_seconds{quantile="0.5"} 0.000251077 go_gc_duration_seconds{quantile="0.75"} 0.000292201 go_gc_duration_seconds{quantile="1"} 0.001656611 go_gc_duration_seconds_sum 24.540983508 go_gc_duration_seconds_count 41554 # 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_gc_heap_allocs_by_size_bytes Distribution of heap allocations by approximate size. Bucket counts increase monotonically. Note that this does not include tiny objects as defined by /gc/heap/tiny/allocs:objects, only tiny blocks. Sourced from /gc/heap/allocs-by-size:bytes. # TYPE go_gc_heap_allocs_by_size_bytes histogram go_gc_heap_allocs_by_size_bytes_bucket{le="8.999999999999998"} 304880 go_gc_heap_allocs_by_size_bytes_bucket{le="24.999999999999996"} 2.703623e+06 go_gc_heap_allocs_by_size_bytes_bucket{le="64.99999999999999"} 5.957803e+06 go_gc_heap_allocs_by_size_bytes_bucket{le="144.99999999999997"} 7.842892e+06 go_gc_heap_allocs_by_size_bytes_bucket{le="320.99999999999994"} 8.816641e+06 go_gc_heap_allocs_by_size_bytes_bucket{le="704.9999999999999"} 9.071576e+06 go_gc_heap_allocs_by_size_bytes_bucket{le="1536.9999999999998"} 9.0724e+06 go_gc_heap_allocs_by_size_bytes_bucket{le="3200.9999999999995"} 9.078291e+06 go_gc_heap_allocs_by_size_bytes_bucket{le="6528.999999999999"} 9.110908e+06 go_gc_heap_allocs_by_size_bytes_bucket{le="13568.999999999998"} 9.111029e+06 go_gc_heap_allocs_by_size_bytes_bucket{le="27264.999999999996"} 9.111058e+06 go_gc_heap_allocs_by_size_bytes_bucket{le="+Inf"} 9.111112e+06 go_gc_heap_allocs_by_size_bytes_sum 9.1862928e+08 go_gc_heap_allocs_by_size_bytes_count 9.111112e+06 # HELP go_gc_heap_allocs_bytes_total Cumulative sum of memory allocated to the heap by the application. Sourced from /gc/heap/allocs:bytes. # TYPE go_gc_heap_allocs_bytes_total counter go_gc_heap_allocs_bytes_total 9.1862928e+08 # HELP go_gc_heap_allocs_objects_total Cumulative count of heap allocations triggered by the application. Note that this does not include tiny objects as defined by /gc/heap/tiny/allocs:objects, only tiny blocks. Sourced from /gc/heap/allocs:objects. # TYPE go_gc_heap_allocs_objects_total counter go_gc_heap_allocs_objects_total 9.111112e+06 # HELP go_gc_heap_frees_by_size_bytes Distribution of freed heap allocations by approximate size. Bucket counts increase monotonically. Note that this does not include tiny objects as defined by /gc/heap/tiny/allocs:objects, only tiny blocks. Sourced from /gc/heap/frees-by-size:bytes. # TYPE go_gc_heap_frees_by_size_bytes histogram go_gc_heap_frees_by_size_bytes_bucket{le="8.999999999999998"} 304822 go_gc_heap_frees_by_size_bytes_bucket{le="24.999999999999996"} 2.702496e+06 go_gc_heap_frees_by_size_bytes_bucket{le="64.99999999999999"} 5.954979e+06 go_gc_heap_frees_by_size_bytes_bucket{le="144.99999999999997"} 7.83903e+06 go_gc_heap_frees_by_size_bytes_bucket{le="320.99999999999994"} 8.812562e+06 go_gc_heap_frees_by_size_bytes_bucket{le="704.9999999999999"} 9.067215e+06 go_gc_heap_frees_by_size_bytes_bucket{le="1536.9999999999998"} 9.06789e+06 go_gc_heap_frees_by_size_bytes_bucket{le="3200.9999999999995"} 9.073744e+06 go_gc_heap_frees_by_size_bytes_bucket{le="6528.999999999999"} 9.106342e+06 go_gc_heap_frees_by_size_bytes_bucket{le="13568.999999999998"} 9.106454e+06 go_gc_heap_frees_by_size_bytes_bucket{le="27264.999999999996"} 9.106482e+06 go_gc_heap_frees_by_size_bytes_bucket{le="+Inf"} 9.106536e+06 go_gc_heap_frees_by_size_bytes_sum 9.177808e+08 go_gc_heap_frees_by_size_bytes_count 9.106536e+06 # HELP go_gc_heap_frees_bytes_total Cumulative sum of heap memory freed by the garbage collector. Sourced from /gc/heap/frees:bytes. # TYPE go_gc_heap_frees_bytes_total counter go_gc_heap_frees_bytes_total 9.177808e+08 # HELP go_gc_heap_frees_objects_total Cumulative count of heap allocations whose storage was freed by the garbage collector. Note that this does not include tiny objects as defined by /gc/heap/tiny/allocs:objects, only tiny blocks. Sourced from /gc/heap/frees:objects. # TYPE go_gc_heap_frees_objects_total counter go_gc_heap_frees_objects_total 9.106536e+06 # HELP go_gc_heap_goal_bytes Heap size target for the end of the GC cycle. Sourced from /gc/heap/goal:bytes. # TYPE go_gc_heap_goal_bytes gauge go_gc_heap_goal_bytes 4.194304e+06 # HELP go_gc_heap_live_bytes Heap memory occupied by live objects that were marked by the previous GC. Sourced from /gc/heap/live:bytes. # TYPE go_gc_heap_live_bytes gauge go_gc_heap_live_bytes 832080 # HELP go_gc_heap_objects_objects Number of objects, live or unswept, occupying heap memory. Sourced from /gc/heap/objects:objects. # TYPE go_gc_heap_objects_objects gauge go_gc_heap_objects_objects 4576 # HELP go_gc_heap_tiny_allocs_objects_total Count of small allocations that are packed together into blocks. These allocations are counted separately from other allocations because each individual allocation is not tracked by the runtime, only their block. Each block is already accounted for in allocs-by-size and frees-by-size. Sourced from /gc/heap/tiny/allocs:objects. # TYPE go_gc_heap_tiny_allocs_objects_total counter go_gc_heap_tiny_allocs_objects_total 517468 # HELP go_gc_limiter_last_enabled_gc_cycle GC cycle the last time the GC CPU limiter was enabled. This metric is useful for diagnosing the root cause of an out-of-memory error, because the limiter trades memory for CPU time when the GC's CPU time gets too high. This is most likely to occur with use of SetMemoryLimit. The first GC cycle is cycle 1, so a value of 0 indicates that it was never enabled. Sourced from /gc/limiter/last-enabled:gc-cycle. # TYPE go_gc_limiter_last_enabled_gc_cycle gauge go_gc_limiter_last_enabled_gc_cycle 0 # HELP go_gc_pauses_seconds Deprecated. Prefer the identical /sched/pauses/total/gc:seconds. Sourced from /gc/pauses:seconds. # TYPE go_gc_pauses_seconds histogram go_gc_pauses_seconds_bucket{le="6.399999999999999e-08"} 0 go_gc_pauses_seconds_bucket{le="6.399999999999999e-07"} 0 go_gc_pauses_seconds_bucket{le="7.167999999999999e-06"} 9681 go_gc_pauses_seconds_bucket{le="8.191999999999999e-05"} 40105 go_gc_pauses_seconds_bucket{le="0.0009175039999999999"} 82421 go_gc_pauses_seconds_bucket{le="0.010485759999999998"} 82678 go_gc_pauses_seconds_bucket{le="0.11744051199999998"} 83105 go_gc_pauses_seconds_bucket{le="+Inf"} 83108 go_gc_pauses_seconds_sum 8.756341376 go_gc_pauses_seconds_count 83108 # HELP go_gc_scan_globals_bytes The total amount of global variable space that is scannable. Sourced from /gc/scan/globals:bytes. # TYPE go_gc_scan_globals_bytes gauge go_gc_scan_globals_bytes 246074 # HELP go_gc_scan_heap_bytes The total amount of heap space that is scannable. Sourced from /gc/scan/heap:bytes. # TYPE go_gc_scan_heap_bytes gauge go_gc_scan_heap_bytes 472448 # HELP go_gc_scan_stack_bytes The number of bytes of stack that were scanned last GC cycle. Sourced from /gc/scan/stack:bytes. # TYPE go_gc_scan_stack_bytes gauge go_gc_scan_stack_bytes 7088 # HELP go_gc_scan_total_bytes The total amount space that is scannable. Sum of all metrics in /gc/scan. Sourced from /gc/scan/total:bytes. # TYPE go_gc_scan_total_bytes gauge go_gc_scan_total_bytes 725610 # HELP go_gc_stack_starting_size_bytes The stack size of new goroutines. Sourced from /gc/stack/starting-size:bytes. # TYPE go_gc_stack_starting_size_bytes gauge go_gc_stack_starting_size_bytes 2048 # HELP go_godebug_non_default_behavior_allowmultiplevcs_events_total The number of non-default behaviors executed by the cmd/go package due to a non-default GODEBUG=allowmultiplevcs=... setting. Sourced from /godebug/non-default-behavior/allowmultiplevcs:events. # TYPE go_godebug_non_default_behavior_allowmultiplevcs_events_total counter go_godebug_non_default_behavior_allowmultiplevcs_events_total 0 # HELP go_godebug_non_default_behavior_asynctimerchan_events_total The number of non-default behaviors executed by the time package due to a non-default GODEBUG=asynctimerchan=... setting. Sourced from /godebug/non-default-behavior/asynctimerchan:events. # TYPE go_godebug_non_default_behavior_asynctimerchan_events_total counter go_godebug_non_default_behavior_asynctimerchan_events_total 0 # HELP go_godebug_non_default_behavior_containermaxprocs_events_total The number of non-default behaviors executed by the runtime package due to a non-default GODEBUG=containermaxprocs=... setting. Sourced from /godebug/non-default-behavior/containermaxprocs:events. # TYPE go_godebug_non_default_behavior_containermaxprocs_events_total counter go_godebug_non_default_behavior_containermaxprocs_events_total 0 # HELP go_godebug_non_default_behavior_embedfollowsymlinks_events_total The number of non-default behaviors executed by the cmd/go package due to a non-default GODEBUG=embedfollowsymlinks=... setting. Sourced from /godebug/non-default-behavior/embedfollowsymlinks:events. # TYPE go_godebug_non_default_behavior_embedfollowsymlinks_events_total counter go_godebug_non_default_behavior_embedfollowsymlinks_events_total 0 # HELP go_godebug_non_default_behavior_execerrdot_events_total The number of non-default behaviors executed by the os/exec package due to a non-default GODEBUG=execerrdot=... setting. Sourced from /godebug/non-default-behavior/execerrdot:events. # TYPE go_godebug_non_default_behavior_execerrdot_events_total counter go_godebug_non_default_behavior_execerrdot_events_total 0 # HELP go_godebug_non_default_behavior_gocachehash_events_total The number of non-default behaviors executed by the cmd/go package due to a non-default GODEBUG=gocachehash=... setting. Sourced from /godebug/non-default-behavior/gocachehash:events. # TYPE go_godebug_non_default_behavior_gocachehash_events_total counter go_godebug_non_default_behavior_gocachehash_events_total 0 # HELP go_godebug_non_default_behavior_gocachetest_events_total The number of non-default behaviors executed by the cmd/go package due to a non-default GODEBUG=gocachetest=... setting. Sourced from /godebug/non-default-behavior/gocachetest:events. # TYPE go_godebug_non_default_behavior_gocachetest_events_total counter go_godebug_non_default_behavior_gocachetest_events_total 0 # HELP go_godebug_non_default_behavior_gocacheverify_events_total The number of non-default behaviors executed by the cmd/go package due to a non-default GODEBUG=gocacheverify=... setting. Sourced from /godebug/non-default-behavior/gocacheverify:events. # TYPE go_godebug_non_default_behavior_gocacheverify_events_total counter go_godebug_non_default_behavior_gocacheverify_events_total 0 # HELP go_godebug_non_default_behavior_gotestjsonbuildtext_events_total The number of non-default behaviors executed by the cmd/go package due to a non-default GODEBUG=gotestjsonbuildtext=... setting. Sourced from /godebug/non-default-behavior/gotestjsonbuildtext:events. # TYPE go_godebug_non_default_behavior_gotestjsonbuildtext_events_total counter go_godebug_non_default_behavior_gotestjsonbuildtext_events_total 0 # HELP go_godebug_non_default_behavior_gotypesalias_events_total The number of non-default behaviors executed by the go/types package due to a non-default GODEBUG=gotypesalias=... setting. Sourced from /godebug/non-default-behavior/gotypesalias:events. # TYPE go_godebug_non_default_behavior_gotypesalias_events_total counter go_godebug_non_default_behavior_gotypesalias_events_total 0 # HELP go_godebug_non_default_behavior_http2client_events_total The number of non-default behaviors executed by the net/http package due to a non-default GODEBUG=http2client=... setting. Sourced from /godebug/non-default-behavior/http2client:events. # TYPE go_godebug_non_default_behavior_http2client_events_total counter go_godebug_non_default_behavior_http2client_events_total 0 # HELP go_godebug_non_default_behavior_http2server_events_total The number of non-default behaviors executed by the net/http package due to a non-default GODEBUG=http2server=... setting. Sourced from /godebug/non-default-behavior/http2server:events. # TYPE go_godebug_non_default_behavior_http2server_events_total counter go_godebug_non_default_behavior_http2server_events_total 0 # HELP go_godebug_non_default_behavior_httplaxcontentlength_events_total The number of non-default behaviors executed by the net/http package due to a non-default GODEBUG=httplaxcontentlength=... setting. Sourced from /godebug/non-default-behavior/httplaxcontentlength:events. # TYPE go_godebug_non_default_behavior_httplaxcontentlength_events_total counter go_godebug_non_default_behavior_httplaxcontentlength_events_total 0 # HELP go_godebug_non_default_behavior_httpmuxgo121_events_total The number of non-default behaviors executed by the net/http package due to a non-default GODEBUG=httpmuxgo121=... setting. Sourced from /godebug/non-default-behavior/httpmuxgo121:events. # TYPE go_godebug_non_default_behavior_httpmuxgo121_events_total counter go_godebug_non_default_behavior_httpmuxgo121_events_total 0 # HELP go_godebug_non_default_behavior_httpservecontentkeepheaders_events_total The number of non-default behaviors executed by the net/http package due to a non-default GODEBUG=httpservecontentkeepheaders=... setting. Sourced from /godebug/non-default-behavior/httpservecontentkeepheaders:events. # TYPE go_godebug_non_default_behavior_httpservecontentkeepheaders_events_total counter go_godebug_non_default_behavior_httpservecontentkeepheaders_events_total 0 # HELP go_godebug_non_default_behavior_installgoroot_events_total The number of non-default behaviors executed by the go/build package due to a non-default GODEBUG=installgoroot=... setting. Sourced from /godebug/non-default-behavior/installgoroot:events. # TYPE go_godebug_non_default_behavior_installgoroot_events_total counter go_godebug_non_default_behavior_installgoroot_events_total 0 # HELP go_godebug_non_default_behavior_multipartmaxheaders_events_total The number of non-default behaviors executed by the mime/multipart package due to a non-default GODEBUG=multipartmaxheaders=... setting. Sourced from /godebug/non-default-behavior/multipartmaxheaders:events. # TYPE go_godebug_non_default_behavior_multipartmaxheaders_events_total counter go_godebug_non_default_behavior_multipartmaxheaders_events_total 0 # HELP go_godebug_non_default_behavior_multipartmaxparts_events_total The number of non-default behaviors executed by the mime/multipart package due to a non-default GODEBUG=multipartmaxparts=... setting. Sourced from /godebug/non-default-behavior/multipartmaxparts:events. # TYPE go_godebug_non_default_behavior_multipartmaxparts_events_total counter go_godebug_non_default_behavior_multipartmaxparts_events_total 0 # HELP go_godebug_non_default_behavior_multipathtcp_events_total The number of non-default behaviors executed by the net package due to a non-default GODEBUG=multipathtcp=... setting. Sourced from /godebug/non-default-behavior/multipathtcp:events. # TYPE go_godebug_non_default_behavior_multipathtcp_events_total counter go_godebug_non_default_behavior_multipathtcp_events_total 1 # HELP go_godebug_non_default_behavior_netedns0_events_total The number of non-default behaviors executed by the net package due to a non-default GODEBUG=netedns0=... setting. Sourced from /godebug/non-default-behavior/netedns0:events. # TYPE go_godebug_non_default_behavior_netedns0_events_total counter go_godebug_non_default_behavior_netedns0_events_total 0 # HELP go_godebug_non_default_behavior_panicnil_events_total The number of non-default behaviors executed by the runtime package due to a non-default GODEBUG=panicnil=... setting. Sourced from /godebug/non-default-behavior/panicnil:events. # TYPE go_godebug_non_default_behavior_panicnil_events_total counter go_godebug_non_default_behavior_panicnil_events_total 0 # HELP go_godebug_non_default_behavior_randautoseed_events_total The number of non-default behaviors executed by the math/rand package due to a non-default GODEBUG=randautoseed=... setting. Sourced from /godebug/non-default-behavior/randautoseed:events. # TYPE go_godebug_non_default_behavior_randautoseed_events_total counter go_godebug_non_default_behavior_randautoseed_events_total 0 # HELP go_godebug_non_default_behavior_randseednop_events_total The number of non-default behaviors executed by the math/rand package due to a non-default GODEBUG=randseednop=... setting. Sourced from /godebug/non-default-behavior/randseednop:events. # TYPE go_godebug_non_default_behavior_randseednop_events_total counter go_godebug_non_default_behavior_randseednop_events_total 0 # HELP go_godebug_non_default_behavior_rsa1024min_events_total The number of non-default behaviors executed by the crypto/rsa package due to a non-default GODEBUG=rsa1024min=... setting. Sourced from /godebug/non-default-behavior/rsa1024min:events. # TYPE go_godebug_non_default_behavior_rsa1024min_events_total counter go_godebug_non_default_behavior_rsa1024min_events_total 0 # HELP go_godebug_non_default_behavior_tarinsecurepath_events_total The number of non-default behaviors executed by the archive/tar package due to a non-default GODEBUG=tarinsecurepath=... setting. Sourced from /godebug/non-default-behavior/tarinsecurepath:events. # TYPE go_godebug_non_default_behavior_tarinsecurepath_events_total counter go_godebug_non_default_behavior_tarinsecurepath_events_total 0 # HELP go_godebug_non_default_behavior_tls10server_events_total The number of non-default behaviors executed by the crypto/tls package due to a non-default GODEBUG=tls10server=... setting. Sourced from /godebug/non-default-behavior/tls10server:events. # TYPE go_godebug_non_default_behavior_tls10server_events_total counter go_godebug_non_default_behavior_tls10server_events_total 0 # HELP go_godebug_non_default_behavior_tls3des_events_total The number of non-default behaviors executed by the crypto/tls package due to a non-default GODEBUG=tls3des=... setting. Sourced from /godebug/non-default-behavior/tls3des:events. # TYPE go_godebug_non_default_behavior_tls3des_events_total counter go_godebug_non_default_behavior_tls3des_events_total 0 # HELP go_godebug_non_default_behavior_tlsmaxrsasize_events_total The number of non-default behaviors executed by the crypto/tls package due to a non-default GODEBUG=tlsmaxrsasize=... setting. Sourced from /godebug/non-default-behavior/tlsmaxrsasize:events. # TYPE go_godebug_non_default_behavior_tlsmaxrsasize_events_total counter go_godebug_non_default_behavior_tlsmaxrsasize_events_total 0 # HELP go_godebug_non_default_behavior_tlsrsakex_events_total The number of non-default behaviors executed by the crypto/tls package due to a non-default GODEBUG=tlsrsakex=... setting. Sourced from /godebug/non-default-behavior/tlsrsakex:events. # TYPE go_godebug_non_default_behavior_tlsrsakex_events_total counter go_godebug_non_default_behavior_tlsrsakex_events_total 0 # HELP go_godebug_non_default_behavior_tlssha1_events_total The number of non-default behaviors executed by the crypto/tls package due to a non-default GODEBUG=tlssha1=... setting. Sourced from /godebug/non-default-behavior/tlssha1:events. # TYPE go_godebug_non_default_behavior_tlssha1_events_total counter go_godebug_non_default_behavior_tlssha1_events_total 0 # HELP go_godebug_non_default_behavior_tlsunsafeekm_events_total The number of non-default behaviors executed by the crypto/tls package due to a non-default GODEBUG=tlsunsafeekm=... setting. Sourced from /godebug/non-default-behavior/tlsunsafeekm:events. # TYPE go_godebug_non_default_behavior_tlsunsafeekm_events_total counter go_godebug_non_default_behavior_tlsunsafeekm_events_total 0 # HELP go_godebug_non_default_behavior_updatemaxprocs_events_total The number of non-default behaviors executed by the runtime package due to a non-default GODEBUG=updatemaxprocs=... setting. Sourced from /godebug/non-default-behavior/updatemaxprocs:events. # TYPE go_godebug_non_default_behavior_updatemaxprocs_events_total counter go_godebug_non_default_behavior_updatemaxprocs_events_total 0 # HELP go_godebug_non_default_behavior_winreadlinkvolume_events_total The number of non-default behaviors executed by the os package due to a non-default GODEBUG=winreadlinkvolume=... setting. Sourced from /godebug/non-default-behavior/winreadlinkvolume:events. # TYPE go_godebug_non_default_behavior_winreadlinkvolume_events_total counter go_godebug_non_default_behavior_winreadlinkvolume_events_total 0 # HELP go_godebug_non_default_behavior_winsymlink_events_total The number of non-default behaviors executed by the os package due to a non-default GODEBUG=winsymlink=... setting. Sourced from /godebug/non-default-behavior/winsymlink:events. # TYPE go_godebug_non_default_behavior_winsymlink_events_total counter go_godebug_non_default_behavior_winsymlink_events_total 0 # HELP go_godebug_non_default_behavior_x509keypairleaf_events_total The number of non-default behaviors executed by the crypto/tls package due to a non-default GODEBUG=x509keypairleaf=... setting. Sourced from /godebug/non-default-behavior/x509keypairleaf:events. # TYPE go_godebug_non_default_behavior_x509keypairleaf_events_total counter go_godebug_non_default_behavior_x509keypairleaf_events_total 0 # HELP go_godebug_non_default_behavior_x509negativeserial_events_total The number of non-default behaviors executed by the crypto/x509 package due to a non-default GODEBUG=x509negativeserial=... setting. Sourced from /godebug/non-default-behavior/x509negativeserial:events. # TYPE go_godebug_non_default_behavior_x509negativeserial_events_total counter go_godebug_non_default_behavior_x509negativeserial_events_total 0 # HELP go_godebug_non_default_behavior_x509rsacrt_events_total The number of non-default behaviors executed by the crypto/x509 package due to a non-default GODEBUG=x509rsacrt=... setting. Sourced from /godebug/non-default-behavior/x509rsacrt:events. # TYPE go_godebug_non_default_behavior_x509rsacrt_events_total counter go_godebug_non_default_behavior_x509rsacrt_events_total 0 # HELP go_godebug_non_default_behavior_x509sha256skid_events_total The number of non-default behaviors executed by the crypto/x509 package due to a non-default GODEBUG=x509sha256skid=... setting. Sourced from /godebug/non-default-behavior/x509sha256skid:events. # TYPE go_godebug_non_default_behavior_x509sha256skid_events_total counter go_godebug_non_default_behavior_x509sha256skid_events_total 0 # HELP go_godebug_non_default_behavior_x509usefallbackroots_events_total The number of non-default behaviors executed by the crypto/x509 package due to a non-default GODEBUG=x509usefallbackroots=... setting. Sourced from /godebug/non-default-behavior/x509usefallbackroots:events. # TYPE go_godebug_non_default_behavior_x509usefallbackroots_events_total counter go_godebug_non_default_behavior_x509usefallbackroots_events_total 0 # HELP go_godebug_non_default_behavior_x509usepolicies_events_total The number of non-default behaviors executed by the crypto/x509 package due to a non-default GODEBUG=x509usepolicies=... setting. Sourced from /godebug/non-default-behavior/x509usepolicies:events. # TYPE go_godebug_non_default_behavior_x509usepolicies_events_total counter go_godebug_non_default_behavior_x509usepolicies_events_total 0 # HELP go_godebug_non_default_behavior_zipinsecurepath_events_total The number of non-default behaviors executed by the archive/zip package due to a non-default GODEBUG=zipinsecurepath=... setting. Sourced from /godebug/non-default-behavior/zipinsecurepath:events. # TYPE go_godebug_non_default_behavior_zipinsecurepath_events_total counter go_godebug_non_default_behavior_zipinsecurepath_events_total 0 # HELP go_goroutines Number of goroutines that currently exist. # TYPE go_goroutines gauge go_goroutines 7 # HELP go_info Information about the Go environment. # TYPE go_info gauge go_info{version="go1.25.0"} 1 # HELP go_memory_classes_heap_free_bytes Memory that is completely free and eligible to be returned to the underlying system, but has not been. This metric is the runtime's estimate of free address space that is backed by physical memory. Sourced from /memory/classes/heap/free:bytes. # TYPE go_memory_classes_heap_free_bytes gauge go_memory_classes_heap_free_bytes 172032 # HELP go_memory_classes_heap_objects_bytes Memory occupied by live objects and dead objects that have not yet been marked free by the garbage collector. Sourced from /memory/classes/heap/objects:bytes. # TYPE go_memory_classes_heap_objects_bytes gauge go_memory_classes_heap_objects_bytes 848480 # HELP go_memory_classes_heap_released_bytes Memory that is completely free and has been returned to the underlying system. This metric is the runtime's estimate of free address space that is still mapped into the process, but is not backed by physical memory. Sourced from /memory/classes/heap/released:bytes. # TYPE go_memory_classes_heap_released_bytes gauge go_memory_classes_heap_released_bytes 5.218304e+06 # HELP go_memory_classes_heap_stacks_bytes Memory allocated from the heap that is reserved for stack space, whether or not it is currently in-use. Currently, this represents all stack memory for goroutines. It also includes all OS thread stacks in non-cgo programs. Note that stacks may be allocated differently in the future, and this may change. Sourced from /memory/classes/heap/stacks:bytes. # TYPE go_memory_classes_heap_stacks_bytes gauge go_memory_classes_heap_stacks_bytes 720896 # HELP go_memory_classes_heap_unused_bytes Memory that is reserved for heap objects but is not currently used to hold heap objects. Sourced from /memory/classes/heap/unused:bytes. # TYPE go_memory_classes_heap_unused_bytes gauge go_memory_classes_heap_unused_bytes 1.428896e+06 # HELP go_memory_classes_metadata_mcache_free_bytes Memory that is reserved for runtime mcache structures, but not in-use. Sourced from /memory/classes/metadata/mcache/free:bytes. # TYPE go_memory_classes_metadata_mcache_free_bytes gauge go_memory_classes_metadata_mcache_free_bytes 13288 # HELP go_memory_classes_metadata_mcache_inuse_bytes Memory that is occupied by runtime mcache structures that are currently being used. Sourced from /memory/classes/metadata/mcache/inuse:bytes. # TYPE go_memory_classes_metadata_mcache_inuse_bytes gauge go_memory_classes_metadata_mcache_inuse_bytes 2416 # HELP go_memory_classes_metadata_mspan_free_bytes Memory that is reserved for runtime mspan structures, but not in-use. Sourced from /memory/classes/metadata/mspan/free:bytes. # TYPE go_memory_classes_metadata_mspan_free_bytes gauge go_memory_classes_metadata_mspan_free_bytes 30880 # HELP go_memory_classes_metadata_mspan_inuse_bytes Memory that is occupied by runtime mspan structures that are currently being used. Sourced from /memory/classes/metadata/mspan/inuse:bytes. # TYPE go_memory_classes_metadata_mspan_inuse_bytes gauge go_memory_classes_metadata_mspan_inuse_bytes 67040 # HELP go_memory_classes_metadata_other_bytes Memory that is reserved for or used to hold runtime metadata. Sourced from /memory/classes/metadata/other:bytes. # TYPE go_memory_classes_metadata_other_bytes gauge go_memory_classes_metadata_other_bytes 2.999056e+06 # HELP go_memory_classes_os_stacks_bytes Stack memory allocated by the underlying operating system. In non-cgo programs this metric is currently zero. This may change in the future.In cgo programs this metric includes OS thread stacks allocated directly from the OS. Currently, this only accounts for one stack in c-shared and c-archive build modes, and other sources of stacks from the OS are not measured. This too may change in the future. Sourced from /memory/classes/os-stacks:bytes. # TYPE go_memory_classes_os_stacks_bytes gauge go_memory_classes_os_stacks_bytes 0 # HELP go_memory_classes_other_bytes Memory used by execution trace buffers, structures for debugging the runtime, finalizer and profiler specials, and more. Sourced from /memory/classes/other:bytes. # TYPE go_memory_classes_other_bytes gauge go_memory_classes_other_bytes 512544 # HELP go_memory_classes_profiling_buckets_bytes Memory that is used by the stack trace hash map used for profiling. Sourced from /memory/classes/profiling/buckets:bytes. # TYPE go_memory_classes_profiling_buckets_bytes gauge go_memory_classes_profiling_buckets_bytes 3848 # HELP go_memory_classes_total_bytes All memory mapped by the Go runtime into the current process as read-write. Note that this does not include memory mapped by code called via cgo or via the syscall package. Sum of all metrics in /memory/classes. Sourced from /memory/classes/total:bytes. # TYPE go_memory_classes_total_bytes gauge go_memory_classes_total_bytes 1.201768e+07 # 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 848480 # 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 9.1862928e+08 # 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 3848 # 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 9.624004e+06 # 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 2.999056e+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 848480 # 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 5.390336e+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 2.277376e+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 4576 # 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 5.218304e+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 7.667712e+06 # 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.7649904846836708e+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 9.62858e+06 # 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 2416 # 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 15704 # 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 67040 # 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 97920 # 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 4.194304e+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 512544 # 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 720896 # 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 720896 # 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 1.201768e+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 2 # HELP go_sched_goroutines_goroutines Count of live goroutines. Sourced from /sched/goroutines:goroutines. # TYPE go_sched_goroutines_goroutines gauge go_sched_goroutines_goroutines 7 # HELP go_sched_latencies_seconds Distribution of the time goroutines have spent in the scheduler in a runnable state before actually running. Bucket counts increase monotonically. Sourced from /sched/latencies:seconds. # TYPE go_sched_latencies_seconds histogram go_sched_latencies_seconds_bucket{le="6.399999999999999e-08"} 524867 go_sched_latencies_seconds_bucket{le="6.399999999999999e-07"} 923846 go_sched_latencies_seconds_bucket{le="7.167999999999999e-06"} 995068 go_sched_latencies_seconds_bucket{le="8.191999999999999e-05"} 1.08545e+06 go_sched_latencies_seconds_bucket{le="0.0009175039999999999"} 1.159428e+06 go_sched_latencies_seconds_bucket{le="0.010485759999999998"} 1.159758e+06 go_sched_latencies_seconds_bucket{le="0.11744051199999998"} 1.159899e+06 go_sched_latencies_seconds_bucket{le="+Inf"} 1.159899e+06 go_sched_latencies_seconds_sum 8.560521152 go_sched_latencies_seconds_count 1.159899e+06 # HELP go_sched_pauses_stopping_gc_seconds Distribution of individual GC-related stop-the-world stopping latencies. This is the time it takes from deciding to stop the world until all Ps are stopped. This is a subset of the total GC-related stop-the-world time (/sched/pauses/total/gc:seconds). During this time, some threads may be executing. Bucket counts increase monotonically. Sourced from /sched/pauses/stopping/gc:seconds. # TYPE go_sched_pauses_stopping_gc_seconds histogram go_sched_pauses_stopping_gc_seconds_bucket{le="6.399999999999999e-08"} 0 go_sched_pauses_stopping_gc_seconds_bucket{le="6.399999999999999e-07"} 28947 go_sched_pauses_stopping_gc_seconds_bucket{le="7.167999999999999e-06"} 53608 go_sched_pauses_stopping_gc_seconds_bucket{le="8.191999999999999e-05"} 71853 go_sched_pauses_stopping_gc_seconds_bucket{le="0.0009175039999999999"} 82579 go_sched_pauses_stopping_gc_seconds_bucket{le="0.010485759999999998"} 82680 go_sched_pauses_stopping_gc_seconds_bucket{le="0.11744051199999998"} 83105 go_sched_pauses_stopping_gc_seconds_bucket{le="+Inf"} 83108 go_sched_pauses_stopping_gc_seconds_sum 5.928527168 go_sched_pauses_stopping_gc_seconds_count 83108 # HELP go_sched_pauses_stopping_other_seconds Distribution of individual non-GC-related stop-the-world stopping latencies. This is the time it takes from deciding to stop the world until all Ps are stopped. This is a subset of the total non-GC-related stop-the-world time (/sched/pauses/total/other:seconds). During this time, some threads may be executing. Bucket counts increase monotonically. Sourced from /sched/pauses/stopping/other:seconds. # TYPE go_sched_pauses_stopping_other_seconds histogram go_sched_pauses_stopping_other_seconds_bucket{le="6.399999999999999e-08"} 0 go_sched_pauses_stopping_other_seconds_bucket{le="6.399999999999999e-07"} 0 go_sched_pauses_stopping_other_seconds_bucket{le="7.167999999999999e-06"} 0 go_sched_pauses_stopping_other_seconds_bucket{le="8.191999999999999e-05"} 0 go_sched_pauses_stopping_other_seconds_bucket{le="0.0009175039999999999"} 0 go_sched_pauses_stopping_other_seconds_bucket{le="0.010485759999999998"} 0 go_sched_pauses_stopping_other_seconds_bucket{le="0.11744051199999998"} 0 go_sched_pauses_stopping_other_seconds_bucket{le="+Inf"} 0 go_sched_pauses_stopping_other_seconds_sum 0 go_sched_pauses_stopping_other_seconds_count 0 # HELP go_sched_pauses_total_gc_seconds Distribution of individual GC-related stop-the-world pause latencies. This is the time from deciding to stop the world until the world is started again. Some of this time is spent getting all threads to stop (this is measured directly in /sched/pauses/stopping/gc:seconds), during which some threads may still be running. Bucket counts increase monotonically. Sourced from /sched/pauses/total/gc:seconds. # TYPE go_sched_pauses_total_gc_seconds histogram go_sched_pauses_total_gc_seconds_bucket{le="6.399999999999999e-08"} 0 go_sched_pauses_total_gc_seconds_bucket{le="6.399999999999999e-07"} 0 go_sched_pauses_total_gc_seconds_bucket{le="7.167999999999999e-06"} 9681 go_sched_pauses_total_gc_seconds_bucket{le="8.191999999999999e-05"} 40105 go_sched_pauses_total_gc_seconds_bucket{le="0.0009175039999999999"} 82421 go_sched_pauses_total_gc_seconds_bucket{le="0.010485759999999998"} 82678 go_sched_pauses_total_gc_seconds_bucket{le="0.11744051199999998"} 83105 go_sched_pauses_total_gc_seconds_bucket{le="+Inf"} 83108 go_sched_pauses_total_gc_seconds_sum 8.756341376 go_sched_pauses_total_gc_seconds_count 83108 # HELP go_sched_pauses_total_other_seconds Distribution of individual non-GC-related stop-the-world pause latencies. This is the time from deciding to stop the world until the world is started again. Some of this time is spent getting all threads to stop (measured directly in /sched/pauses/stopping/other:seconds). Bucket counts increase monotonically. Sourced from /sched/pauses/total/other:seconds. # TYPE go_sched_pauses_total_other_seconds histogram go_sched_pauses_total_other_seconds_bucket{le="6.399999999999999e-08"} 0 go_sched_pauses_total_other_seconds_bucket{le="6.399999999999999e-07"} 0 go_sched_pauses_total_other_seconds_bucket{le="7.167999999999999e-06"} 0 go_sched_pauses_total_other_seconds_bucket{le="8.191999999999999e-05"} 0 go_sched_pauses_total_other_seconds_bucket{le="0.0009175039999999999"} 0 go_sched_pauses_total_other_seconds_bucket{le="0.010485759999999998"} 0 go_sched_pauses_total_other_seconds_bucket{le="0.11744051199999998"} 0 go_sched_pauses_total_other_seconds_bucket{le="+Inf"} 0 go_sched_pauses_total_other_seconds_sum 0 go_sched_pauses_total_other_seconds_count 0 # HELP go_sync_mutex_wait_total_seconds_total Approximate cumulative time goroutines have spent blocked on a sync.Mutex, sync.RWMutex, or runtime-internal lock. This metric is useful for identifying global changes in lock contention. Collect a mutex or block profile using the runtime/pprof package for more detailed contention data. Sourced from /sync/mutex/wait/total:seconds. # TYPE go_sync_mutex_wait_total_seconds_total counter go_sync_mutex_wait_total_seconds_total 3.24717024 # HELP go_threads Number of OS threads created. # TYPE go_threads gauge go_threads 10 # HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. # TYPE process_cpu_seconds_total counter process_cpu_seconds_total 362.4 # 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 1.07203803e+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 8.7208491e+07 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 7 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 1.0244096e+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.75993399719e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 1.264738304e+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 1.0027008e+07 # HELP redis_allocator_allocated_bytes allocator_allocated_bytes metric # TYPE redis_allocator_allocated_bytes gauge redis_allocator_allocated_bytes 9.548664e+06 # HELP redis_allocator_frag_bytes allocator_frag_bytes metric # TYPE redis_allocator_frag_bytes gauge redis_allocator_frag_bytes 478344 # HELP redis_allocator_frag_ratio allocator_frag_ratio metric # TYPE redis_allocator_frag_ratio gauge redis_allocator_frag_ratio 1.05 # HELP redis_allocator_resident_bytes allocator_resident_bytes metric # TYPE redis_allocator_resident_bytes gauge redis_allocator_resident_bytes 1.257472e+07 # HELP redis_allocator_rss_bytes allocator_rss_bytes metric # TYPE redis_allocator_rss_bytes gauge redis_allocator_rss_bytes 2.547712e+06 # HELP redis_allocator_rss_ratio allocator_rss_ratio metric # TYPE redis_allocator_rss_ratio gauge redis_allocator_rss_ratio 1.25 # 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 24 # 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 0 # HELP redis_clients_in_timeout_table clients_in_timeout_table metric # TYPE redis_clients_in_timeout_table gauge redis_clients_in_timeout_table 0 # HELP redis_cluster_connections cluster_connections metric # TYPE redis_cluster_connections gauge redis_cluster_connections 0 # 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.001272 redis_commands_duration_seconds_total{cmd="config"} 0.045477 redis_commands_duration_seconds_total{cmd="del"} 0.00398 redis_commands_duration_seconds_total{cmd="expire"} 0.000274 redis_commands_duration_seconds_total{cmd="get"} 0.000127 redis_commands_duration_seconds_total{cmd="info"} 0.052459 redis_commands_duration_seconds_total{cmd="latency"} 0.001302 redis_commands_duration_seconds_total{cmd="lpush"} 0.000957 redis_commands_duration_seconds_total{cmd="lrange"} 9.3e-05 redis_commands_duration_seconds_total{cmd="set"} 0.646467 redis_commands_duration_seconds_total{cmd="slowlog"} 0.000401 # HELP redis_commands_failed_calls_total Total number of errors prior command execution per command # TYPE redis_commands_failed_calls_total counter redis_commands_failed_calls_total{cmd="client"} 38 redis_commands_failed_calls_total{cmd="config"} 0 redis_commands_failed_calls_total{cmd="del"} 0 redis_commands_failed_calls_total{cmd="expire"} 0 redis_commands_failed_calls_total{cmd="get"} 0 redis_commands_failed_calls_total{cmd="info"} 0 redis_commands_failed_calls_total{cmd="latency"} 14 redis_commands_failed_calls_total{cmd="lpush"} 0 redis_commands_failed_calls_total{cmd="lrange"} 0 redis_commands_failed_calls_total{cmd="set"} 0 redis_commands_failed_calls_total{cmd="slowlog"} 0 # HELP redis_commands_processed_total commands_processed_total metric # TYPE redis_commands_processed_total counter redis_commands_processed_total 818 # HELP redis_commands_rejected_calls_total Total number of errors within command execution per command # TYPE redis_commands_rejected_calls_total counter redis_commands_rejected_calls_total{cmd="client"} 0 redis_commands_rejected_calls_total{cmd="config"} 0 redis_commands_rejected_calls_total{cmd="del"} 0 redis_commands_rejected_calls_total{cmd="expire"} 0 redis_commands_rejected_calls_total{cmd="get"} 0 redis_commands_rejected_calls_total{cmd="info"} 0 redis_commands_rejected_calls_total{cmd="latency"} 0 redis_commands_rejected_calls_total{cmd="lpush"} 0 redis_commands_rejected_calls_total{cmd="lrange"} 0 redis_commands_rejected_calls_total{cmd="set"} 0 redis_commands_rejected_calls_total{cmd="slowlog"} 0 # HELP redis_commands_total Total number of calls per command # TYPE redis_commands_total counter redis_commands_total{cmd="client"} 53 redis_commands_total{cmd="config"} 16 redis_commands_total{cmd="del"} 312 redis_commands_total{cmd="expire"} 12 redis_commands_total{cmd="get"} 18 redis_commands_total{cmd="info"} 24 redis_commands_total{cmd="latency"} 28 redis_commands_total{cmd="lpush"} 12 redis_commands_total{cmd="lrange"} 6 redis_commands_total{cmd="set"} 309 redis_commands_total{cmd="slowlog"} 28 # 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_io_threads config_io_threads metric # TYPE redis_config_io_threads gauge redis_config_io_threads 1 # 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 0 # 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 2 # 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 34 # 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.066798 # HELP redis_cpu_sys_main_thread_seconds_total cpu_sys_main_thread_seconds_total metric # TYPE redis_cpu_sys_main_thread_seconds_total counter redis_cpu_sys_main_thread_seconds_total 5578.147828 # HELP redis_cpu_sys_seconds_total cpu_sys_seconds_total metric # TYPE redis_cpu_sys_seconds_total counter redis_cpu_sys_seconds_total 94832.174592 # 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.025444 # HELP redis_cpu_user_main_thread_seconds_total cpu_user_main_thread_seconds_total metric # TYPE redis_cpu_user_main_thread_seconds_total counter redis_cpu_user_main_thread_seconds_total 6044.134177 # HELP redis_cpu_user_seconds_total cpu_user_seconds_total metric # TYPE redis_cpu_user_seconds_total counter redis_cpu_user_seconds_total 62233.921394 # HELP redis_db_keys Total number of keys by DB # TYPE redis_db_keys gauge redis_db_keys{db="db0"} 0 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"} 0 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_dump_payload_sanitizations dump_payload_sanitizations metric # TYPE redis_dump_payload_sanitizations counter redis_dump_payload_sanitizations 0 # HELP redis_errors_total Total number of errors per error type # TYPE redis_errors_total counter redis_errors_total{err="ERR"} 52 # HELP redis_evicted_keys_total evicted_keys_total metric # TYPE redis_evicted_keys_total counter redis_evicted_keys_total 0 # HELP redis_expire_cycle_cpu_time_ms_total expire_cycle_cpu_time_ms_total metric # TYPE redis_expire_cycle_cpu_time_ms_total counter redis_expire_cycle_cpu_time_ms_total 110165 # HELP redis_expired_keys_total expired_keys_total metric # TYPE redis_expired_keys_total counter redis_expired_keys_total 2 # HELP redis_expired_stale_percentage expired_stale_percentage metric # TYPE redis_expired_stale_percentage gauge redis_expired_stale_percentage 0 # 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="7632b7b20e4a6b20b071b43028c89c9adf326ad5",golang_version="go1.25.0",version="v1.76.0"} 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.00653769 # 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.013970326 # 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 3.1588349359999994 redis_exporter_scrape_duration_seconds_count 15 # HELP redis_exporter_scrapes_total Current total redis scrapes. # TYPE redis_exporter_scrapes_total counter redis_exporter_scrapes_total 15 # HELP redis_hz hz metric # TYPE redis_hz gauge redis_hz 10 # HELP redis_instance_info instance_info metric # TYPE redis_instance_info gauge redis_instance_info{master_replid="4c2a207ae8812b08d7fbbe52aa4ff38e3eae16dd",maxmemory_policy="noeviction",os="Linux 6.14.0-1017-gcp x86_64",process_id="1",redis_build_id="9c335ca9779faba5",redis_mode="standalone",redis_version="6.2.6",role="master",run_id="2f540098a8644d98d2fa11995606ac38dfccf731",tcp_port="6379"} 1 # HELP redis_io_threaded_reads_processed io_threaded_reads_processed metric # TYPE redis_io_threaded_reads_processed counter redis_io_threaded_reads_processed 0 # HELP redis_io_threaded_writes_processed io_threaded_writes_processed metric # TYPE redis_io_threaded_writes_processed counter redis_io_threaded_writes_processed 0 # HELP redis_io_threads_active io_threads_active metric # TYPE redis_io_threads_active gauge redis_io_threads_active 0 # HELP redis_keyspace_hits_total keyspace_hits_total metric # TYPE redis_keyspace_hits_total counter redis_keyspace_hits_total 16 # HELP redis_keyspace_misses_total keyspace_misses_total metric # TYPE redis_keyspace_misses_total counter redis_keyspace_misses_total 8 # 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.228912 # HELP redis_latest_fork_seconds latest_fork_seconds metric # TYPE redis_latest_fork_seconds gauge redis_latest_fork_seconds 0.002866 # HELP redis_lazyfree_pending_objects lazyfree_pending_objects metric # TYPE redis_lazyfree_pending_objects gauge redis_lazyfree_pending_objects 0 # HELP redis_lazyfreed_objects lazyfreed_objects metric # TYPE redis_lazyfreed_objects gauge redis_lazyfreed_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_max_clients max_clients metric # TYPE redis_max_clients gauge redis_max_clients 10000 # HELP redis_mem_aof_buffer_bytes mem_aof_buffer_bytes metric # TYPE redis_mem_aof_buffer_bytes gauge redis_mem_aof_buffer_bytes 0 # HELP redis_mem_clients_normal mem_clients_normal metric # TYPE redis_mem_clients_normal gauge redis_mem_clients_normal 20504 # 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 5.615432e+06 # HELP redis_mem_fragmentation_ratio mem_fragmentation_ratio metric # TYPE redis_mem_fragmentation_ratio gauge redis_mem_fragmentation_ratio 1.6 # 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_mem_replication_backlog_bytes mem_replication_backlog_bytes metric # TYPE redis_mem_replication_backlog_bytes gauge redis_mem_replication_backlog_bytes 0 # HELP redis_memory_max_bytes memory_max_bytes metric # TYPE redis_memory_max_bytes gauge redis_memory_max_bytes 0 # HELP redis_memory_used_bytes memory_used_bytes metric # TYPE redis_memory_used_bytes gauge redis_memory_used_bytes 9.398776e+06 # HELP redis_memory_used_dataset_bytes memory_used_dataset_bytes metric # TYPE redis_memory_used_dataset_bytes gauge redis_memory_used_dataset_bytes 65176 # 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 9.3336e+06 # HELP redis_memory_used_peak_bytes memory_used_peak_bytes metric # TYPE redis_memory_used_peak_bytes gauge redis_memory_used_peak_bytes 9.480288e+06 # HELP redis_memory_used_rss_bytes memory_used_rss_bytes metric # TYPE redis_memory_used_rss_bytes gauge redis_memory_used_rss_bytes 1.49504e+07 # 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 9.313096e+06 # 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_module_fork_in_progress module_fork_in_progress metric # TYPE redis_module_fork_in_progress gauge redis_module_fork_in_progress 0 # HELP redis_module_fork_last_cow_size module_fork_last_cow_size metric # TYPE redis_module_fork_last_cow_size gauge redis_module_fork_last_cow_size 0 # HELP redis_net_input_bytes_total net_input_bytes_total metric # TYPE redis_net_input_bytes_total counter redis_net_input_bytes_total 50515 # HELP redis_net_output_bytes_total net_output_bytes_total metric # TYPE redis_net_output_bytes_total counter redis_net_output_bytes_total 174435 # 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 0 # 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 0 # 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 368640 # 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.764346642e+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 2 # HELP redis_slowlog_length Total slowlog # TYPE redis_slowlog_length gauge redis_slowlog_length 3 # 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.759933997e+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_total_error_replies total_error_replies metric # TYPE redis_total_error_replies counter redis_total_error_replies 52 # HELP redis_total_reads_processed total_reads_processed metric # TYPE redis_total_reads_processed counter redis_total_reads_processed 846 # HELP redis_total_writes_processed total_writes_processed metric # TYPE redis_total_writes_processed counter redis_total_writes_processed 813 # HELP redis_tracking_clients tracking_clients metric # TYPE redis_tracking_clients gauge redis_tracking_clients 0 # HELP redis_tracking_total_items tracking_total_items metric # TYPE redis_tracking_total_items gauge redis_tracking_total_items 0 # HELP redis_tracking_total_keys tracking_total_keys metric # TYPE redis_tracking_total_keys gauge redis_tracking_total_keys 0 # HELP redis_tracking_total_prefixes tracking_total_prefixes metric # TYPE redis_tracking_total_prefixes gauge redis_tracking_total_prefixes 0 # HELP redis_unexpected_error_replies unexpected_error_replies metric # TYPE redis_unexpected_error_replies counter redis_unexpected_error_replies 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 5.056593e+06