# HELP authd_token_request_counter count token requests grouping by status, request_type, fail_type and fail_detail # TYPE authd_token_request_counter counter authd_token_request_counter{fail_detail="authorization_error",fail_type="bad_request",request_type="refresh_token",status="fail"} 24 authd_token_request_counter{fail_detail="authorization_error",fail_type="internal_error",request_type="client_credentials",status="fail"} 26028 authd_token_request_counter{fail_detail="client_data_parsing_error",fail_type="bad_request",request_type="client_credentials",status="fail"} 43779 authd_token_request_counter{fail_detail="invalid_refresh",fail_type="verify",request_type="refresh_token",status="fail"} 46511 authd_token_request_counter{fail_detail="null",fail_type="null",request_type="client_credentials",status="ok"} 9.264774e+06 authd_token_request_counter{fail_detail="null",fail_type="null",request_type="refresh_token",status="ok"} 60452 authd_token_request_counter{fail_detail="unknown_device",fail_type="bad_request",request_type="client_credentials",status="fail"} 786 # HELP go_cgo_go_to_c_calls_calls_total Count of calls made from Go to C by the current process. # 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. # TYPE go_cpu_classes_gc_mark_assist_cpu_seconds_total counter go_cpu_classes_gc_mark_assist_cpu_seconds_total 55.256760624 # 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. # TYPE go_cpu_classes_gc_mark_dedicated_cpu_seconds_total counter go_cpu_classes_gc_mark_dedicated_cpu_seconds_total 154.730863105 # 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. # TYPE go_cpu_classes_gc_mark_idle_cpu_seconds_total counter go_cpu_classes_gc_mark_idle_cpu_seconds_total 92.310130135 # 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. # TYPE go_cpu_classes_gc_pause_cpu_seconds_total counter go_cpu_classes_gc_pause_cpu_seconds_total 10.700592998 # 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. # TYPE go_cpu_classes_gc_total_cpu_seconds_total counter go_cpu_classes_gc_total_cpu_seconds_total 312.998346862 # 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. # TYPE go_cpu_classes_idle_cpu_seconds_total counter go_cpu_classes_idle_cpu_seconds_total 2.715514076957753e+06 # 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. # TYPE go_cpu_classes_scavenge_assist_cpu_seconds_total counter go_cpu_classes_scavenge_assist_cpu_seconds_total 1.45e-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. # TYPE go_cpu_classes_scavenge_background_cpu_seconds_total counter go_cpu_classes_scavenge_background_cpu_seconds_total 2.827266197 # 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. # TYPE go_cpu_classes_scavenge_total_cpu_seconds_total counter go_cpu_classes_scavenge_total_cpu_seconds_total 2.827266342 # 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. # TYPE go_cpu_classes_total_cpu_seconds_total counter go_cpu_classes_total_cpu_seconds_total 2.750279232593666e+06 # 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. # TYPE go_cpu_classes_user_cpu_seconds_total counter go_cpu_classes_user_cpu_seconds_total 34449.330022709 # HELP go_gc_cycles_automatic_gc_cycles_total Count of completed GC cycles generated by the Go runtime. # TYPE go_gc_cycles_automatic_gc_cycles_total counter go_gc_cycles_automatic_gc_cycles_total 349373 # HELP go_gc_cycles_forced_gc_cycles_total Count of completed GC cycles forced by the application. # 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. # TYPE go_gc_cycles_total_gc_cycles_total counter go_gc_cycles_total_gc_cycles_total 349373 # 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"} 2.593e-05 go_gc_duration_seconds{quantile="0.25"} 2.856e-05 go_gc_duration_seconds{quantile="0.5"} 3.0971e-05 go_gc_duration_seconds{quantile="0.75"} 3.5587e-05 go_gc_duration_seconds{quantile="1"} 0.000254097 go_gc_duration_seconds_sum 11.783575738 go_gc_duration_seconds_count 349373 # 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. # 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. # TYPE go_gc_gomemlimit_bytes gauge go_gc_gomemlimit_bytes 1.048576e+08 # HELP go_gc_heap_allocs_by_size_bytes_total 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. # TYPE go_gc_heap_allocs_by_size_bytes_total histogram go_gc_heap_allocs_by_size_bytes_total_bucket{le="8.999999999999998"} 2.84551486e+08 go_gc_heap_allocs_by_size_bytes_total_bucket{le="24.999999999999996"} 2.87974254e+09 go_gc_heap_allocs_by_size_bytes_total_bucket{le="64.99999999999999"} 4.335953012e+09 go_gc_heap_allocs_by_size_bytes_total_bucket{le="144.99999999999997"} 5.366298399e+09 go_gc_heap_allocs_by_size_bytes_total_bucket{le="320.99999999999994"} 5.73556187e+09 go_gc_heap_allocs_by_size_bytes_total_bucket{le="704.9999999999999"} 5.978840764e+09 go_gc_heap_allocs_by_size_bytes_total_bucket{le="1536.9999999999998"} 6.046668491e+09 go_gc_heap_allocs_by_size_bytes_total_bucket{le="3200.9999999999995"} 6.051870268e+09 go_gc_heap_allocs_by_size_bytes_total_bucket{le="6528.999999999999"} 6.061932679e+09 go_gc_heap_allocs_by_size_bytes_total_bucket{le="13568.999999999998"} 6.065233578e+09 go_gc_heap_allocs_by_size_bytes_total_bucket{le="27264.999999999996"} 6.068533915e+09 go_gc_heap_allocs_by_size_bytes_total_bucket{le="+Inf"} 6.068534045e+09 go_gc_heap_allocs_by_size_bytes_total_sum 6.29608012368e+11 go_gc_heap_allocs_by_size_bytes_total_count 6.068534045e+09 # HELP go_gc_heap_allocs_bytes_total Cumulative sum of memory allocated to the heap by the application. # TYPE go_gc_heap_allocs_bytes_total counter go_gc_heap_allocs_bytes_total 6.29608012368e+11 # 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. # TYPE go_gc_heap_allocs_objects_total counter go_gc_heap_allocs_objects_total 6.068534045e+09 # HELP go_gc_heap_frees_by_size_bytes_total 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. # TYPE go_gc_heap_frees_by_size_bytes_total histogram go_gc_heap_frees_by_size_bytes_total_bucket{le="8.999999999999998"} 2.84551164e+08 go_gc_heap_frees_by_size_bytes_total_bucket{le="24.999999999999996"} 2.879740437e+09 go_gc_heap_frees_by_size_bytes_total_bucket{le="64.99999999999999"} 4.335948974e+09 go_gc_heap_frees_by_size_bytes_total_bucket{le="144.99999999999997"} 5.366293568e+09 go_gc_heap_frees_by_size_bytes_total_bucket{le="320.99999999999994"} 5.735556646e+09 go_gc_heap_frees_by_size_bytes_total_bucket{le="704.9999999999999"} 5.978835293e+09 go_gc_heap_frees_by_size_bytes_total_bucket{le="1536.9999999999998"} 6.04666292e+09 go_gc_heap_frees_by_size_bytes_total_bucket{le="3200.9999999999995"} 6.051864641e+09 go_gc_heap_frees_by_size_bytes_total_bucket{le="6528.999999999999"} 6.061927001e+09 go_gc_heap_frees_by_size_bytes_total_bucket{le="13568.999999999998"} 6.065227878e+09 go_gc_heap_frees_by_size_bytes_total_bucket{le="27264.999999999996"} 6.068528212e+09 go_gc_heap_frees_by_size_bytes_total_bucket{le="+Inf"} 6.068528335e+09 go_gc_heap_frees_by_size_bytes_total_sum 6.29605961488e+11 go_gc_heap_frees_by_size_bytes_total_count 6.068528335e+09 # HELP go_gc_heap_frees_bytes_total Cumulative sum of heap memory freed by the garbage collector. # TYPE go_gc_heap_frees_bytes_total counter go_gc_heap_frees_bytes_total 6.29605961488e+11 # 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. # TYPE go_gc_heap_frees_objects_total counter go_gc_heap_frees_objects_total 6.068528335e+09 # HELP go_gc_heap_goal_bytes Heap size target for the end of the GC cycle. # TYPE go_gc_heap_goal_bytes gauge go_gc_heap_goal_bytes 4.341032e+06 # HELP go_gc_heap_live_bytes Heap memory occupied by live objects that were marked by the previous GC. # TYPE go_gc_heap_live_bytes gauge go_gc_heap_live_bytes 2.020064e+06 # HELP go_gc_heap_objects_objects Number of objects, live or unswept, occupying heap memory. # TYPE go_gc_heap_objects_objects gauge go_gc_heap_objects_objects 5710 # 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. # TYPE go_gc_heap_tiny_allocs_objects_total counter go_gc_heap_tiny_allocs_objects_total 6.24374763e+08 # 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. # TYPE go_gc_limiter_last_enabled_gc_cycle gauge go_gc_limiter_last_enabled_gc_cycle 0 # HELP go_gc_pauses_seconds_total Deprecated. Prefer the identical /sched/pauses/total/gc:seconds. # TYPE go_gc_pauses_seconds_total histogram go_gc_pauses_seconds_total_bucket{le="-5e-324"} 0 go_gc_pauses_seconds_total_bucket{le="6.399999999999999e-08"} 0 go_gc_pauses_seconds_total_bucket{le="6.399999999999999e-07"} 0 go_gc_pauses_seconds_total_bucket{le="7.167999999999999e-06"} 346564 go_gc_pauses_seconds_total_bucket{le="8.191999999999999e-05"} 697995 go_gc_pauses_seconds_total_bucket{le="0.0009175039999999999"} 698741 go_gc_pauses_seconds_total_bucket{le="0.010485759999999998"} 698746 go_gc_pauses_seconds_total_bucket{le="0.11744051199999998"} 698746 go_gc_pauses_seconds_total_bucket{le="+Inf"} 698746 go_gc_pauses_seconds_total_sum NaN go_gc_pauses_seconds_total_count 698746 # HELP go_gc_scan_globals_bytes The total amount of global variable space that is scannable. # TYPE go_gc_scan_globals_bytes gauge go_gc_scan_globals_bytes 273040 # HELP go_gc_scan_heap_bytes The total amount of heap space that is scannable. # TYPE go_gc_scan_heap_bytes gauge go_gc_scan_heap_bytes 818064 # HELP go_gc_scan_stack_bytes The number of bytes of stack that were scanned last GC cycle. # TYPE go_gc_scan_stack_bytes gauge go_gc_scan_stack_bytes 27864 # HELP go_gc_scan_total_bytes The total amount space that is scannable. Sum of all metrics in /gc/scan. # TYPE go_gc_scan_total_bytes gauge go_gc_scan_total_bytes 1.118968e+06 # HELP go_gc_stack_starting_size_bytes The stack size of new goroutines. # TYPE go_gc_stack_starting_size_bytes gauge go_gc_stack_starting_size_bytes 2048 # 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. # 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_execerrdot_events_total The number of non-default behaviors executed by the os/exec package due to a non-default GODEBUG=execerrdot=... setting. # 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. # 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. # 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. # 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_gotypesalias_events_total The number of non-default behaviors executed by the go/types package due to a non-default GODEBUG=gotypesalias=... setting. # 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. # 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. # 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. # 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. # 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. # 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. # 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. # 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. # 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. # TYPE go_godebug_non_default_behavior_multipathtcp_events_total counter go_godebug_non_default_behavior_multipathtcp_events_total 0 # 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. # 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. # 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. # 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_tarinsecurepath_events_total The number of non-default behaviors executed by the archive/tar package due to a non-default GODEBUG=tarinsecurepath=... setting. # 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. # 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. # 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. # 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. # 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_tlsunsafeekm_events_total The number of non-default behaviors executed by the crypto/tls package due to a non-default GODEBUG=tlsunsafeekm=... setting. # 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_winreadlinkvolume_events_total The number of non-default behaviors executed by the os package due to a non-default GODEBUG=winreadlinkvolume=... setting. # 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. # 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. # 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. # 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_x509sha1_events_total The number of non-default behaviors executed by the crypto/x509 package due to a non-default GODEBUG=x509sha1=... setting. # TYPE go_godebug_non_default_behavior_x509sha1_events_total counter go_godebug_non_default_behavior_x509sha1_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. # 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. # 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. # 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 23 # HELP go_info Information about the Go environment. # TYPE go_info gauge go_info{version="go1.23.2"} 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. # TYPE go_memory_classes_heap_free_bytes gauge go_memory_classes_heap_free_bytes 1.261568e+06 # 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. # TYPE go_memory_classes_heap_objects_bytes gauge go_memory_classes_heap_objects_bytes 2.05088e+06 # 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. # TYPE go_memory_classes_heap_released_bytes gauge go_memory_classes_heap_released_bytes 2.777088e+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. # TYPE go_memory_classes_heap_stacks_bytes gauge go_memory_classes_heap_stacks_bytes 557056 # HELP go_memory_classes_heap_unused_bytes Memory that is reserved for heap objects but is not currently used to hold heap objects. # TYPE go_memory_classes_heap_unused_bytes gauge go_memory_classes_heap_unused_bytes 1.725632e+06 # HELP go_memory_classes_metadata_mcache_free_bytes Memory that is reserved for runtime mcache structures, but not in-use. # TYPE go_memory_classes_metadata_mcache_free_bytes gauge go_memory_classes_metadata_mcache_free_bytes 14400 # HELP go_memory_classes_metadata_mcache_inuse_bytes Memory that is occupied by runtime mcache structures that are currently being used. # TYPE go_memory_classes_metadata_mcache_inuse_bytes gauge go_memory_classes_metadata_mcache_inuse_bytes 1200 # HELP go_memory_classes_metadata_mspan_free_bytes Memory that is reserved for runtime mspan structures, but not in-use. # TYPE go_memory_classes_metadata_mspan_free_bytes gauge go_memory_classes_metadata_mspan_free_bytes 29440 # HELP go_memory_classes_metadata_mspan_inuse_bytes Memory that is occupied by runtime mspan structures that are currently being used. # TYPE go_memory_classes_metadata_mspan_inuse_bytes gauge go_memory_classes_metadata_mspan_inuse_bytes 68480 # HELP go_memory_classes_metadata_other_bytes Memory that is reserved for or used to hold runtime metadata. # TYPE go_memory_classes_metadata_other_bytes gauge go_memory_classes_metadata_other_bytes 3.416208e+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. # 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. # TYPE go_memory_classes_other_bytes gauge go_memory_classes_other_bytes 820611 # HELP go_memory_classes_profiling_buckets_bytes Memory that is used by the stack trace hash map used for profiling. # TYPE go_memory_classes_profiling_buckets_bytes gauge go_memory_classes_profiling_buckets_bytes 1.782661e+06 # 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. # TYPE go_memory_classes_total_bytes gauge go_memory_classes_total_bytes 1.4505224e+07 # HELP go_memstats_alloc_bytes Number of bytes allocated and still in use. # TYPE go_memstats_alloc_bytes gauge go_memstats_alloc_bytes 2.05088e+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 6.29608012368e+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.782661e+06 # HELP go_memstats_frees_total Total number of frees. # TYPE go_memstats_frees_total counter go_memstats_frees_total 6.692903098e+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 0 # 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 3.416208e+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 2.05088e+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 4.038656e+06 # 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 3.776512e+06 # HELP go_memstats_heap_objects Number of allocated objects. # TYPE go_memstats_heap_objects gauge go_memstats_heap_objects 5710 # 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 2.777088e+06 # 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 7.815168e+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.7366749558304577e+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 6.692908808e+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 1200 # 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 15600 # 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 68480 # 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 97920 # 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 4.341032e+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 820611 # 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 557056 # 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 557056 # HELP go_memstats_sys_bytes Number of bytes obtained from system. # TYPE go_memstats_sys_bytes gauge go_memstats_sys_bytes 1.4505224e+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. # TYPE go_sched_gomaxprocs_threads gauge go_sched_gomaxprocs_threads 1 # HELP go_sched_goroutines_goroutines Count of live goroutines. # TYPE go_sched_goroutines_goroutines gauge go_sched_goroutines_goroutines 23 # HELP go_sched_latencies_seconds_total Distribution of the time goroutines have spent in the scheduler in a runnable state before actually running. Bucket counts increase monotonically. # TYPE go_sched_latencies_seconds_total histogram go_sched_latencies_seconds_total_bucket{le="-5e-324"} 0 go_sched_latencies_seconds_total_bucket{le="6.399999999999999e-08"} 2.5613491e+07 go_sched_latencies_seconds_total_bucket{le="6.399999999999999e-07"} 3.040171e+07 go_sched_latencies_seconds_total_bucket{le="7.167999999999999e-06"} 3.6437573e+07 go_sched_latencies_seconds_total_bucket{le="8.191999999999999e-05"} 4.1844554e+07 go_sched_latencies_seconds_total_bucket{le="0.0009175039999999999"} 4.5386055e+07 go_sched_latencies_seconds_total_bucket{le="0.010485759999999998"} 4.6621453e+07 go_sched_latencies_seconds_total_bucket{le="0.11744051199999998"} 4.6621603e+07 go_sched_latencies_seconds_total_bucket{le="+Inf"} 4.6621603e+07 go_sched_latencies_seconds_total_sum NaN go_sched_latencies_seconds_total_count 4.6621603e+07 # HELP go_sched_pauses_stopping_gc_seconds_total 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. # TYPE go_sched_pauses_stopping_gc_seconds_total histogram go_sched_pauses_stopping_gc_seconds_total_bucket{le="-5e-324"} 0 go_sched_pauses_stopping_gc_seconds_total_bucket{le="6.399999999999999e-08"} 0 go_sched_pauses_stopping_gc_seconds_total_bucket{le="6.399999999999999e-07"} 689630 go_sched_pauses_stopping_gc_seconds_total_bucket{le="7.167999999999999e-06"} 698475 go_sched_pauses_stopping_gc_seconds_total_bucket{le="8.191999999999999e-05"} 698745 go_sched_pauses_stopping_gc_seconds_total_bucket{le="0.0009175039999999999"} 698746 go_sched_pauses_stopping_gc_seconds_total_bucket{le="0.010485759999999998"} 698746 go_sched_pauses_stopping_gc_seconds_total_bucket{le="0.11744051199999998"} 698746 go_sched_pauses_stopping_gc_seconds_total_bucket{le="+Inf"} 698746 go_sched_pauses_stopping_gc_seconds_total_sum NaN go_sched_pauses_stopping_gc_seconds_total_count 698746 # HELP go_sched_pauses_stopping_other_seconds_total 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. # TYPE go_sched_pauses_stopping_other_seconds_total histogram go_sched_pauses_stopping_other_seconds_total_bucket{le="-5e-324"} 0 go_sched_pauses_stopping_other_seconds_total_bucket{le="6.399999999999999e-08"} 0 go_sched_pauses_stopping_other_seconds_total_bucket{le="6.399999999999999e-07"} 0 go_sched_pauses_stopping_other_seconds_total_bucket{le="7.167999999999999e-06"} 1 go_sched_pauses_stopping_other_seconds_total_bucket{le="8.191999999999999e-05"} 1 go_sched_pauses_stopping_other_seconds_total_bucket{le="0.0009175039999999999"} 1 go_sched_pauses_stopping_other_seconds_total_bucket{le="0.010485759999999998"} 1 go_sched_pauses_stopping_other_seconds_total_bucket{le="0.11744051199999998"} 1 go_sched_pauses_stopping_other_seconds_total_bucket{le="+Inf"} 1 go_sched_pauses_stopping_other_seconds_total_sum NaN go_sched_pauses_stopping_other_seconds_total_count 1 # HELP go_sched_pauses_total_gc_seconds_total 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. # TYPE go_sched_pauses_total_gc_seconds_total histogram go_sched_pauses_total_gc_seconds_total_bucket{le="-5e-324"} 0 go_sched_pauses_total_gc_seconds_total_bucket{le="6.399999999999999e-08"} 0 go_sched_pauses_total_gc_seconds_total_bucket{le="6.399999999999999e-07"} 0 go_sched_pauses_total_gc_seconds_total_bucket{le="7.167999999999999e-06"} 346564 go_sched_pauses_total_gc_seconds_total_bucket{le="8.191999999999999e-05"} 697995 go_sched_pauses_total_gc_seconds_total_bucket{le="0.0009175039999999999"} 698741 go_sched_pauses_total_gc_seconds_total_bucket{le="0.010485759999999998"} 698746 go_sched_pauses_total_gc_seconds_total_bucket{le="0.11744051199999998"} 698746 go_sched_pauses_total_gc_seconds_total_bucket{le="+Inf"} 698746 go_sched_pauses_total_gc_seconds_total_sum NaN go_sched_pauses_total_gc_seconds_total_count 698746 # HELP go_sched_pauses_total_other_seconds_total 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. # TYPE go_sched_pauses_total_other_seconds_total histogram go_sched_pauses_total_other_seconds_total_bucket{le="-5e-324"} 0 go_sched_pauses_total_other_seconds_total_bucket{le="6.399999999999999e-08"} 0 go_sched_pauses_total_other_seconds_total_bucket{le="6.399999999999999e-07"} 0 go_sched_pauses_total_other_seconds_total_bucket{le="7.167999999999999e-06"} 0 go_sched_pauses_total_other_seconds_total_bucket{le="8.191999999999999e-05"} 1 go_sched_pauses_total_other_seconds_total_bucket{le="0.0009175039999999999"} 1 go_sched_pauses_total_other_seconds_total_bucket{le="0.010485759999999998"} 1 go_sched_pauses_total_other_seconds_total_bucket{le="0.11744051199999998"} 1 go_sched_pauses_total_other_seconds_total_bucket{le="+Inf"} 1 go_sched_pauses_total_other_seconds_total_sum NaN go_sched_pauses_total_other_seconds_total_count 1 # 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. # TYPE go_sync_mutex_wait_total_seconds_total counter go_sync_mutex_wait_total_seconds_total 12.126923008 # HELP go_threads Number of OS threads created. # TYPE go_threads gauge go_threads 5 # HELP grpc_client_handled_total Total number of RPCs completed by the client, regardless of success or failure. # TYPE grpc_client_handled_total counter grpc_client_handled_total{grpc_code="DeadlineExceeded",grpc_method="AlertingAuthorization",grpc_service="ra.authzsvc.AuthzSVC",grpc_type="unary"} 44 grpc_client_handled_total{grpc_code="Internal",grpc_method="AlertingAuthorization",grpc_service="ra.authzsvc.AuthzSVC",grpc_type="unary"} 85 grpc_client_handled_total{grpc_code="NotFound",grpc_method="AlertingAuthorization",grpc_service="ra.authzsvc.AuthzSVC",grpc_type="unary"} 25923 grpc_client_handled_total{grpc_code="OK",grpc_method="AlertingAuthorization",grpc_service="ra.authzsvc.AuthzSVC",grpc_type="unary"} 9.325226e+06 # HELP grpc_client_msg_received_total Total number of RPC stream messages received by the client. # TYPE grpc_client_msg_received_total counter grpc_client_msg_received_total{grpc_method="AlertingAuthorization",grpc_service="ra.authzsvc.AuthzSVC",grpc_type="unary"} 26052 # HELP grpc_client_msg_sent_total Total number of gRPC stream messages sent by the client. # TYPE grpc_client_msg_sent_total counter grpc_client_msg_sent_total{grpc_method="AlertingAuthorization",grpc_service="ra.authzsvc.AuthzSVC",grpc_type="unary"} 9.351278e+06 # HELP grpc_client_started_total Total number of RPCs started on the client. # TYPE grpc_client_started_total counter grpc_client_started_total{grpc_method="AlertingAuthorization",grpc_service="ra.authzsvc.AuthzSVC",grpc_type="unary"} 9.351278e+06 # HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. # TYPE process_cpu_seconds_total counter process_cpu_seconds_total 37682.67 # HELP process_max_fds Maximum number of open file descriptors. # TYPE process_max_fds gauge process_max_fds 1.048576e+06 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 19 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 2.4420352e+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.73392467638e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 1.270288384e+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 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"} 1.650166e+06 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0