# 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"} 6.3489e-05 go_gc_duration_seconds{quantile="0.25"} 0.000104835 go_gc_duration_seconds{quantile="0.5"} 0.000137236 go_gc_duration_seconds{quantile="0.75"} 0.00018074 go_gc_duration_seconds{quantile="1"} 0.000515505 go_gc_duration_seconds_sum 0.023292911 go_gc_duration_seconds_count 155 # HELP go_gc_gogc_percent Heap size target percentage configured by the user, otherwise 100. This value is set by the GOGC environment variable, and the runtime/debug.SetGCPercent function. Sourced from /gc/gogc:percent. # TYPE go_gc_gogc_percent gauge go_gc_gogc_percent 100 # HELP go_gc_gomemlimit_bytes Go runtime memory limit configured by the user, otherwise math.MaxInt64. This value is set by the GOMEMLIMIT environment variable, and the runtime/debug.SetMemoryLimit function. Sourced from /gc/gomemlimit:bytes. # TYPE go_gc_gomemlimit_bytes gauge go_gc_gomemlimit_bytes 9.223372036854776e+18 # HELP go_goroutines Number of goroutines that currently exist. # TYPE go_goroutines gauge go_goroutines 15 # HELP go_info Information about the Go environment. # TYPE go_info gauge go_info{version="go1.26.8"} 1 # HELP go_memstats_alloc_bytes Number of bytes allocated in heap and currently in use. Equals to /memory/classes/heap/objects:bytes. # TYPE go_memstats_alloc_bytes gauge go_memstats_alloc_bytes 3.5344e+06 # HELP go_memstats_alloc_bytes_total Total number of bytes allocated in heap until now, even if released already. Equals to /gc/heap/allocs:bytes. # TYPE go_memstats_alloc_bytes_total counter go_memstats_alloc_bytes_total 1.86629216e+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 1.44537e+06 # 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 1.235664e+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 3.156208e+06 # HELP go_memstats_heap_alloc_bytes Number of heap bytes allocated and currently in use, same as go_memstats_alloc_bytes. Equals to /memory/classes/heap/objects:bytes. # TYPE go_memstats_heap_alloc_bytes gauge go_memstats_heap_alloc_bytes 3.5344e+06 # HELP go_memstats_heap_idle_bytes Number of heap bytes waiting to be used. Equals to /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes. # TYPE go_memstats_heap_idle_bytes gauge go_memstats_heap_idle_bytes 6.602752e+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 5.16096e+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 6886 # 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 6.02112e+06 # HELP go_memstats_heap_sys_bytes Number of heap bytes obtained from system. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes + /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes. # TYPE go_memstats_heap_sys_bytes gauge go_memstats_heap_sys_bytes 1.1763712e+07 # HELP go_memstats_last_gc_time_seconds Number of seconds since 1970 of last garbage collection. # TYPE go_memstats_last_gc_time_seconds gauge go_memstats_last_gc_time_seconds 1.7900010378892386e+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 1.24255e+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 4592 # 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 16072 # 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 75840 # 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 81600 # 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 7.381242e+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 648342 # 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 819200 # 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 819200 # 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.7930504e+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_threads Number of OS threads created. # TYPE go_threads gauge go_threads 9 # HELP page_http_request_duration_seconds HTTP request duration in seconds. # TYPE page_http_request_duration_seconds histogram page_http_request_duration_seconds_bucket{method="GET",path="/.env",le="0.005"} 2 page_http_request_duration_seconds_bucket{method="GET",path="/.env",le="0.01"} 2 page_http_request_duration_seconds_bucket{method="GET",path="/.env",le="0.025"} 2 page_http_request_duration_seconds_bucket{method="GET",path="/.env",le="0.05"} 2 page_http_request_duration_seconds_bucket{method="GET",path="/.env",le="0.1"} 2 page_http_request_duration_seconds_bucket{method="GET",path="/.env",le="0.25"} 2 page_http_request_duration_seconds_bucket{method="GET",path="/.env",le="0.5"} 2 page_http_request_duration_seconds_bucket{method="GET",path="/.env",le="1"} 2 page_http_request_duration_seconds_bucket{method="GET",path="/.env",le="2.5"} 2 page_http_request_duration_seconds_bucket{method="GET",path="/.env",le="5"} 2 page_http_request_duration_seconds_bucket{method="GET",path="/.env",le="10"} 2 page_http_request_duration_seconds_bucket{method="GET",path="/.env",le="+Inf"} 2 page_http_request_duration_seconds_sum{method="GET",path="/.env"} 0.000195496 page_http_request_duration_seconds_count{method="GET",path="/.env"} 2 page_http_request_duration_seconds_bucket{method="GET",path="/.env.bak",le="0.005"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/.env.bak",le="0.01"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/.env.bak",le="0.025"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/.env.bak",le="0.05"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/.env.bak",le="0.1"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/.env.bak",le="0.25"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/.env.bak",le="0.5"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/.env.bak",le="1"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/.env.bak",le="2.5"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/.env.bak",le="5"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/.env.bak",le="10"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/.env.bak",le="+Inf"} 1 page_http_request_duration_seconds_sum{method="GET",path="/.env.bak"} 9.7322e-05 page_http_request_duration_seconds_count{method="GET",path="/.env.bak"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/.env.dev",le="0.005"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/.env.dev",le="0.01"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/.env.dev",le="0.025"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/.env.dev",le="0.05"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/.env.dev",le="0.1"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/.env.dev",le="0.25"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/.env.dev",le="0.5"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/.env.dev",le="1"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/.env.dev",le="2.5"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/.env.dev",le="5"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/.env.dev",le="10"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/.env.dev",le="+Inf"} 1 page_http_request_duration_seconds_sum{method="GET",path="/.env.dev"} 9.8815e-05 page_http_request_duration_seconds_count{method="GET",path="/.env.dev"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/.env.local",le="0.005"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/.env.local",le="0.01"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/.env.local",le="0.025"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/.env.local",le="0.05"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/.env.local",le="0.1"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/.env.local",le="0.25"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/.env.local",le="0.5"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/.env.local",le="1"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/.env.local",le="2.5"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/.env.local",le="5"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/.env.local",le="10"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/.env.local",le="+Inf"} 1 page_http_request_duration_seconds_sum{method="GET",path="/.env.local"} 0.000110578 page_http_request_duration_seconds_count{method="GET",path="/.env.local"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/.env.save",le="0.005"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/.env.save",le="0.01"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/.env.save",le="0.025"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/.env.save",le="0.05"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/.env.save",le="0.1"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/.env.save",le="0.25"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/.env.save",le="0.5"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/.env.save",le="1"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/.env.save",le="2.5"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/.env.save",le="5"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/.env.save",le="10"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/.env.save",le="+Inf"} 1 page_http_request_duration_seconds_sum{method="GET",path="/.env.save"} 9.61e-05 page_http_request_duration_seconds_count{method="GET",path="/.env.save"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/.env.stage",le="0.005"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/.env.stage",le="0.01"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/.env.stage",le="0.025"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/.env.stage",le="0.05"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/.env.stage",le="0.1"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/.env.stage",le="0.25"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/.env.stage",le="0.5"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/.env.stage",le="1"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/.env.stage",le="2.5"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/.env.stage",le="5"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/.env.stage",le="10"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/.env.stage",le="+Inf"} 1 page_http_request_duration_seconds_sum{method="GET",path="/.env.stage"} 0.000121167 page_http_request_duration_seconds_count{method="GET",path="/.env.stage"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/.git/HEAD",le="0.005"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/.git/HEAD",le="0.01"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/.git/HEAD",le="0.025"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/.git/HEAD",le="0.05"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/.git/HEAD",le="0.1"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/.git/HEAD",le="0.25"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/.git/HEAD",le="0.5"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/.git/HEAD",le="1"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/.git/HEAD",le="2.5"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/.git/HEAD",le="5"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/.git/HEAD",le="10"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/.git/HEAD",le="+Inf"} 1 page_http_request_duration_seconds_sum{method="GET",path="/.git/HEAD"} 0.000145143 page_http_request_duration_seconds_count{method="GET",path="/.git/HEAD"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/.vscode/sftp.json",le="0.005"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/.vscode/sftp.json",le="0.01"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/.vscode/sftp.json",le="0.025"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/.vscode/sftp.json",le="0.05"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/.vscode/sftp.json",le="0.1"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/.vscode/sftp.json",le="0.25"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/.vscode/sftp.json",le="0.5"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/.vscode/sftp.json",le="1"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/.vscode/sftp.json",le="2.5"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/.vscode/sftp.json",le="5"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/.vscode/sftp.json",le="10"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/.vscode/sftp.json",le="+Inf"} 1 page_http_request_duration_seconds_sum{method="GET",path="/.vscode/sftp.json"} 0.000109914 page_http_request_duration_seconds_count{method="GET",path="/.vscode/sftp.json"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/@vite/env",le="0.005"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/@vite/env",le="0.01"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/@vite/env",le="0.025"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/@vite/env",le="0.05"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/@vite/env",le="0.1"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/@vite/env",le="0.25"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/@vite/env",le="0.5"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/@vite/env",le="1"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/@vite/env",le="2.5"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/@vite/env",le="5"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/@vite/env",le="10"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/@vite/env",le="+Inf"} 1 page_http_request_duration_seconds_sum{method="GET",path="/@vite/env"} 8.8075e-05 page_http_request_duration_seconds_count{method="GET",path="/@vite/env"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/___proxy_subdomain_whm/login",le="0.005"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/___proxy_subdomain_whm/login",le="0.01"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/___proxy_subdomain_whm/login",le="0.025"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/___proxy_subdomain_whm/login",le="0.05"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/___proxy_subdomain_whm/login",le="0.1"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/___proxy_subdomain_whm/login",le="0.25"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/___proxy_subdomain_whm/login",le="0.5"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/___proxy_subdomain_whm/login",le="1"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/___proxy_subdomain_whm/login",le="2.5"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/___proxy_subdomain_whm/login",le="5"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/___proxy_subdomain_whm/login",le="10"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/___proxy_subdomain_whm/login",le="+Inf"} 1 page_http_request_duration_seconds_sum{method="GET",path="/___proxy_subdomain_whm/login"} 0.000146764 page_http_request_duration_seconds_count{method="GET",path="/___proxy_subdomain_whm/login"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/about",le="0.005"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/about",le="0.01"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/about",le="0.025"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/about",le="0.05"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/about",le="0.1"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/about",le="0.25"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/about",le="0.5"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/about",le="1"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/about",le="2.5"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/about",le="5"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/about",le="10"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/about",le="+Inf"} 1 page_http_request_duration_seconds_sum{method="GET",path="/about"} 0.000122999 page_http_request_duration_seconds_count{method="GET",path="/about"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/api/.env",le="0.005"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/api/.env",le="0.01"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/api/.env",le="0.025"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/api/.env",le="0.05"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/api/.env",le="0.1"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/api/.env",le="0.25"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/api/.env",le="0.5"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/api/.env",le="1"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/api/.env",le="2.5"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/api/.env",le="5"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/api/.env",le="10"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/api/.env",le="+Inf"} 1 page_http_request_duration_seconds_sum{method="GET",path="/api/.env"} 0.00011736 page_http_request_duration_seconds_count{method="GET",path="/api/.env"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/api/config",le="0.005"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/api/config",le="0.01"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/api/config",le="0.025"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/api/config",le="0.05"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/api/config",le="0.1"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/api/config",le="0.25"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/api/config",le="0.5"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/api/config",le="1"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/api/config",le="2.5"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/api/config",le="5"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/api/config",le="10"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/api/config",le="+Inf"} 1 page_http_request_duration_seconds_sum{method="GET",path="/api/config"} 8.1323e-05 page_http_request_duration_seconds_count{method="GET",path="/api/config"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/config.js",le="0.005"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/config.js",le="0.01"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/config.js",le="0.025"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/config.js",le="0.05"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/config.js",le="0.1"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/config.js",le="0.25"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/config.js",le="0.5"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/config.js",le="1"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/config.js",le="2.5"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/config.js",le="5"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/config.js",le="10"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/config.js",le="+Inf"} 1 page_http_request_duration_seconds_sum{method="GET",path="/config.js"} 0.000140213 page_http_request_duration_seconds_count{method="GET",path="/config.js"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/config.json",le="0.005"} 2 page_http_request_duration_seconds_bucket{method="GET",path="/config.json",le="0.01"} 2 page_http_request_duration_seconds_bucket{method="GET",path="/config.json",le="0.025"} 2 page_http_request_duration_seconds_bucket{method="GET",path="/config.json",le="0.05"} 2 page_http_request_duration_seconds_bucket{method="GET",path="/config.json",le="0.1"} 2 page_http_request_duration_seconds_bucket{method="GET",path="/config.json",le="0.25"} 2 page_http_request_duration_seconds_bucket{method="GET",path="/config.json",le="0.5"} 2 page_http_request_duration_seconds_bucket{method="GET",path="/config.json",le="1"} 2 page_http_request_duration_seconds_bucket{method="GET",path="/config.json",le="2.5"} 2 page_http_request_duration_seconds_bucket{method="GET",path="/config.json",le="5"} 2 page_http_request_duration_seconds_bucket{method="GET",path="/config.json",le="10"} 2 page_http_request_duration_seconds_bucket{method="GET",path="/config.json",le="+Inf"} 2 page_http_request_duration_seconds_sum{method="GET",path="/config.json"} 0.000166281 page_http_request_duration_seconds_count{method="GET",path="/config.json"} 2 page_http_request_duration_seconds_bucket{method="GET",path="/config/.env",le="0.005"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/config/.env",le="0.01"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/config/.env",le="0.025"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/config/.env",le="0.05"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/config/.env",le="0.1"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/config/.env",le="0.25"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/config/.env",le="0.5"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/config/.env",le="1"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/config/.env",le="2.5"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/config/.env",le="5"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/config/.env",le="10"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/config/.env",le="+Inf"} 1 page_http_request_duration_seconds_sum{method="GET",path="/config/.env"} 0.000167253 page_http_request_duration_seconds_count{method="GET",path="/config/.env"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/console/",le="0.005"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/console/",le="0.01"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/console/",le="0.025"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/console/",le="0.05"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/console/",le="0.1"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/console/",le="0.25"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/console/",le="0.5"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/console/",le="1"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/console/",le="2.5"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/console/",le="5"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/console/",le="10"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/console/",le="+Inf"} 1 page_http_request_duration_seconds_sum{method="GET",path="/console/"} 0.000110336 page_http_request_duration_seconds_count{method="GET",path="/console/"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/favicon.ico",le="0.005"} 3 page_http_request_duration_seconds_bucket{method="GET",path="/favicon.ico",le="0.01"} 3 page_http_request_duration_seconds_bucket{method="GET",path="/favicon.ico",le="0.025"} 3 page_http_request_duration_seconds_bucket{method="GET",path="/favicon.ico",le="0.05"} 3 page_http_request_duration_seconds_bucket{method="GET",path="/favicon.ico",le="0.1"} 3 page_http_request_duration_seconds_bucket{method="GET",path="/favicon.ico",le="0.25"} 3 page_http_request_duration_seconds_bucket{method="GET",path="/favicon.ico",le="0.5"} 3 page_http_request_duration_seconds_bucket{method="GET",path="/favicon.ico",le="1"} 3 page_http_request_duration_seconds_bucket{method="GET",path="/favicon.ico",le="2.5"} 3 page_http_request_duration_seconds_bucket{method="GET",path="/favicon.ico",le="5"} 3 page_http_request_duration_seconds_bucket{method="GET",path="/favicon.ico",le="10"} 3 page_http_request_duration_seconds_bucket{method="GET",path="/favicon.ico",le="+Inf"} 3 page_http_request_duration_seconds_sum{method="GET",path="/favicon.ico"} 0.000369042 page_http_request_duration_seconds_count{method="GET",path="/favicon.ico"} 3 page_http_request_duration_seconds_bucket{method="GET",path="/functions/.env",le="0.005"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/functions/.env",le="0.01"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/functions/.env",le="0.025"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/functions/.env",le="0.05"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/functions/.env",le="0.1"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/functions/.env",le="0.25"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/functions/.env",le="0.5"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/functions/.env",le="1"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/functions/.env",le="2.5"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/functions/.env",le="5"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/functions/.env",le="10"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/functions/.env",le="+Inf"} 1 page_http_request_duration_seconds_sum{method="GET",path="/functions/.env"} 0.000122439 page_http_request_duration_seconds_count{method="GET",path="/functions/.env"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/info.php",le="0.005"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/info.php",le="0.01"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/info.php",le="0.025"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/info.php",le="0.05"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/info.php",le="0.1"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/info.php",le="0.25"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/info.php",le="0.5"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/info.php",le="1"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/info.php",le="2.5"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/info.php",le="5"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/info.php",le="10"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/info.php",le="+Inf"} 1 page_http_request_duration_seconds_sum{method="GET",path="/info.php"} 0.000162784 page_http_request_duration_seconds_count{method="GET",path="/info.php"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/login.action",le="0.005"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/login.action",le="0.01"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/login.action",le="0.025"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/login.action",le="0.05"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/login.action",le="0.1"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/login.action",le="0.25"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/login.action",le="0.5"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/login.action",le="1"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/login.action",le="2.5"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/login.action",le="5"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/login.action",le="10"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/login.action",le="+Inf"} 1 page_http_request_duration_seconds_sum{method="GET",path="/login.action"} 0.000127749 page_http_request_duration_seconds_count{method="GET",path="/login.action"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/s/2333e263e2530313e2837313/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties",le="0.005"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/s/2333e263e2530313e2837313/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties",le="0.01"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/s/2333e263e2530313e2837313/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties",le="0.025"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/s/2333e263e2530313e2837313/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties",le="0.05"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/s/2333e263e2530313e2837313/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties",le="0.1"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/s/2333e263e2530313e2837313/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties",le="0.25"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/s/2333e263e2530313e2837313/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties",le="0.5"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/s/2333e263e2530313e2837313/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties",le="1"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/s/2333e263e2530313e2837313/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties",le="2.5"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/s/2333e263e2530313e2837313/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties",le="5"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/s/2333e263e2530313e2837313/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties",le="10"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/s/2333e263e2530313e2837313/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties",le="+Inf"} 1 page_http_request_duration_seconds_sum{method="GET",path="/s/2333e263e2530313e2837313/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties"} 0.000100819 page_http_request_duration_seconds_count{method="GET",path="/s/2333e263e2530313e2837313/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/server",le="0.005"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/server",le="0.01"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/server",le="0.025"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/server",le="0.05"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/server",le="0.1"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/server",le="0.25"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/server",le="0.5"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/server",le="1"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/server",le="2.5"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/server",le="5"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/server",le="10"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/server",le="+Inf"} 1 page_http_request_duration_seconds_sum{method="GET",path="/server"} 0.000179065 page_http_request_duration_seconds_count{method="GET",path="/server"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/telescope/requests",le="0.005"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/telescope/requests",le="0.01"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/telescope/requests",le="0.025"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/telescope/requests",le="0.05"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/telescope/requests",le="0.1"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/telescope/requests",le="0.25"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/telescope/requests",le="0.5"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/telescope/requests",le="1"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/telescope/requests",le="2.5"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/telescope/requests",le="5"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/telescope/requests",le="10"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/telescope/requests",le="+Inf"} 1 page_http_request_duration_seconds_sum{method="GET",path="/telescope/requests"} 0.000155852 page_http_request_duration_seconds_count{method="GET",path="/telescope/requests"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/trace.axd",le="0.005"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/trace.axd",le="0.01"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/trace.axd",le="0.025"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/trace.axd",le="0.05"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/trace.axd",le="0.1"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/trace.axd",le="0.25"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/trace.axd",le="0.5"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/trace.axd",le="1"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/trace.axd",le="2.5"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/trace.axd",le="5"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/trace.axd",le="10"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/trace.axd",le="+Inf"} 1 page_http_request_duration_seconds_sum{method="GET",path="/trace.axd"} 0.000187631 page_http_request_duration_seconds_count{method="GET",path="/trace.axd"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/wp-json/",le="0.005"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/wp-json/",le="0.01"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/wp-json/",le="0.025"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/wp-json/",le="0.05"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/wp-json/",le="0.1"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/wp-json/",le="0.25"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/wp-json/",le="0.5"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/wp-json/",le="1"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/wp-json/",le="2.5"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/wp-json/",le="5"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/wp-json/",le="10"} 1 page_http_request_duration_seconds_bucket{method="GET",path="/wp-json/",le="+Inf"} 1 page_http_request_duration_seconds_sum{method="GET",path="/wp-json/"} 0.000127097 page_http_request_duration_seconds_count{method="GET",path="/wp-json/"} 1 page_http_request_duration_seconds_bucket{method="GET",path="GET /healthz",le="0.005"} 1848 page_http_request_duration_seconds_bucket{method="GET",path="GET /healthz",le="0.01"} 1848 page_http_request_duration_seconds_bucket{method="GET",path="GET /healthz",le="0.025"} 1848 page_http_request_duration_seconds_bucket{method="GET",path="GET /healthz",le="0.05"} 1848 page_http_request_duration_seconds_bucket{method="GET",path="GET /healthz",le="0.1"} 1848 page_http_request_duration_seconds_bucket{method="GET",path="GET /healthz",le="0.25"} 1848 page_http_request_duration_seconds_bucket{method="GET",path="GET /healthz",le="0.5"} 1848 page_http_request_duration_seconds_bucket{method="GET",path="GET /healthz",le="1"} 1848 page_http_request_duration_seconds_bucket{method="GET",path="GET /healthz",le="2.5"} 1848 page_http_request_duration_seconds_bucket{method="GET",path="GET /healthz",le="5"} 1848 page_http_request_duration_seconds_bucket{method="GET",path="GET /healthz",le="10"} 1848 page_http_request_duration_seconds_bucket{method="GET",path="GET /healthz",le="+Inf"} 1848 page_http_request_duration_seconds_sum{method="GET",path="GET /healthz"} 0.103902266 page_http_request_duration_seconds_count{method="GET",path="GET /healthz"} 1848 page_http_request_duration_seconds_bucket{method="GET",path="GET /metrics",le="0.005"} 298 page_http_request_duration_seconds_bucket{method="GET",path="GET /metrics",le="0.01"} 310 page_http_request_duration_seconds_bucket{method="GET",path="GET /metrics",le="0.025"} 310 page_http_request_duration_seconds_bucket{method="GET",path="GET /metrics",le="0.05"} 310 page_http_request_duration_seconds_bucket{method="GET",path="GET /metrics",le="0.1"} 310 page_http_request_duration_seconds_bucket{method="GET",path="GET /metrics",le="0.25"} 310 page_http_request_duration_seconds_bucket{method="GET",path="GET /metrics",le="0.5"} 310 page_http_request_duration_seconds_bucket{method="GET",path="GET /metrics",le="1"} 310 page_http_request_duration_seconds_bucket{method="GET",path="GET /metrics",le="2.5"} 310 page_http_request_duration_seconds_bucket{method="GET",path="GET /metrics",le="5"} 310 page_http_request_duration_seconds_bucket{method="GET",path="GET /metrics",le="10"} 310 page_http_request_duration_seconds_bucket{method="GET",path="GET /metrics",le="+Inf"} 310 page_http_request_duration_seconds_sum{method="GET",path="GET /metrics"} 0.7542526699999998 page_http_request_duration_seconds_count{method="GET",path="GET /metrics"} 310 page_http_request_duration_seconds_bucket{method="GET",path="GET /readyz",le="0.005"} 3692 page_http_request_duration_seconds_bucket{method="GET",path="GET /readyz",le="0.01"} 3694 page_http_request_duration_seconds_bucket{method="GET",path="GET /readyz",le="0.025"} 3694 page_http_request_duration_seconds_bucket{method="GET",path="GET /readyz",le="0.05"} 3694 page_http_request_duration_seconds_bucket{method="GET",path="GET /readyz",le="0.1"} 3694 page_http_request_duration_seconds_bucket{method="GET",path="GET /readyz",le="0.25"} 3694 page_http_request_duration_seconds_bucket{method="GET",path="GET /readyz",le="0.5"} 3694 page_http_request_duration_seconds_bucket{method="GET",path="GET /readyz",le="1"} 3694 page_http_request_duration_seconds_bucket{method="GET",path="GET /readyz",le="2.5"} 3694 page_http_request_duration_seconds_bucket{method="GET",path="GET /readyz",le="5"} 3694 page_http_request_duration_seconds_bucket{method="GET",path="GET /readyz",le="10"} 3694 page_http_request_duration_seconds_bucket{method="GET",path="GET /readyz",le="+Inf"} 3694 page_http_request_duration_seconds_sum{method="GET",path="GET /readyz"} 2.7166144349999963 page_http_request_duration_seconds_count{method="GET",path="GET /readyz"} 3694 page_http_request_duration_seconds_bucket{method="GET",path="GET /v1/capabilities",le="0.005"} 200 page_http_request_duration_seconds_bucket{method="GET",path="GET /v1/capabilities",le="0.01"} 200 page_http_request_duration_seconds_bucket{method="GET",path="GET /v1/capabilities",le="0.025"} 200 page_http_request_duration_seconds_bucket{method="GET",path="GET /v1/capabilities",le="0.05"} 200 page_http_request_duration_seconds_bucket{method="GET",path="GET /v1/capabilities",le="0.1"} 200 page_http_request_duration_seconds_bucket{method="GET",path="GET /v1/capabilities",le="0.25"} 200 page_http_request_duration_seconds_bucket{method="GET",path="GET /v1/capabilities",le="0.5"} 200 page_http_request_duration_seconds_bucket{method="GET",path="GET /v1/capabilities",le="1"} 200 page_http_request_duration_seconds_bucket{method="GET",path="GET /v1/capabilities",le="2.5"} 200 page_http_request_duration_seconds_bucket{method="GET",path="GET /v1/capabilities",le="5"} 200 page_http_request_duration_seconds_bucket{method="GET",path="GET /v1/capabilities",le="10"} 200 page_http_request_duration_seconds_bucket{method="GET",path="GET /v1/capabilities",le="+Inf"} 200 page_http_request_duration_seconds_sum{method="GET",path="GET /v1/capabilities"} 0.03012786000000002 page_http_request_duration_seconds_count{method="GET",path="GET /v1/capabilities"} 200 page_http_request_duration_seconds_bucket{method="GET",path="GET /{$}",le="0.005"} 20 page_http_request_duration_seconds_bucket{method="GET",path="GET /{$}",le="0.01"} 20 page_http_request_duration_seconds_bucket{method="GET",path="GET /{$}",le="0.025"} 20 page_http_request_duration_seconds_bucket{method="GET",path="GET /{$}",le="0.05"} 20 page_http_request_duration_seconds_bucket{method="GET",path="GET /{$}",le="0.1"} 20 page_http_request_duration_seconds_bucket{method="GET",path="GET /{$}",le="0.25"} 20 page_http_request_duration_seconds_bucket{method="GET",path="GET /{$}",le="0.5"} 20 page_http_request_duration_seconds_bucket{method="GET",path="GET /{$}",le="1"} 20 page_http_request_duration_seconds_bucket{method="GET",path="GET /{$}",le="2.5"} 20 page_http_request_duration_seconds_bucket{method="GET",path="GET /{$}",le="5"} 20 page_http_request_duration_seconds_bucket{method="GET",path="GET /{$}",le="10"} 20 page_http_request_duration_seconds_bucket{method="GET",path="GET /{$}",le="+Inf"} 20 page_http_request_duration_seconds_sum{method="GET",path="GET /{$}"} 0.002062774 page_http_request_duration_seconds_count{method="GET",path="GET /{$}"} 20 page_http_request_duration_seconds_bucket{method="POST",path="/api/graphql",le="0.005"} 1 page_http_request_duration_seconds_bucket{method="POST",path="/api/graphql",le="0.01"} 1 page_http_request_duration_seconds_bucket{method="POST",path="/api/graphql",le="0.025"} 1 page_http_request_duration_seconds_bucket{method="POST",path="/api/graphql",le="0.05"} 1 page_http_request_duration_seconds_bucket{method="POST",path="/api/graphql",le="0.1"} 1 page_http_request_duration_seconds_bucket{method="POST",path="/api/graphql",le="0.25"} 1 page_http_request_duration_seconds_bucket{method="POST",path="/api/graphql",le="0.5"} 1 page_http_request_duration_seconds_bucket{method="POST",path="/api/graphql",le="1"} 1 page_http_request_duration_seconds_bucket{method="POST",path="/api/graphql",le="2.5"} 1 page_http_request_duration_seconds_bucket{method="POST",path="/api/graphql",le="5"} 1 page_http_request_duration_seconds_bucket{method="POST",path="/api/graphql",le="10"} 1 page_http_request_duration_seconds_bucket{method="POST",path="/api/graphql",le="+Inf"} 1 page_http_request_duration_seconds_sum{method="POST",path="/api/graphql"} 0.000180067 page_http_request_duration_seconds_count{method="POST",path="/api/graphql"} 1 page_http_request_duration_seconds_bucket{method="POST",path="/graphql",le="0.005"} 1 page_http_request_duration_seconds_bucket{method="POST",path="/graphql",le="0.01"} 1 page_http_request_duration_seconds_bucket{method="POST",path="/graphql",le="0.025"} 1 page_http_request_duration_seconds_bucket{method="POST",path="/graphql",le="0.05"} 1 page_http_request_duration_seconds_bucket{method="POST",path="/graphql",le="0.1"} 1 page_http_request_duration_seconds_bucket{method="POST",path="/graphql",le="0.25"} 1 page_http_request_duration_seconds_bucket{method="POST",path="/graphql",le="0.5"} 1 page_http_request_duration_seconds_bucket{method="POST",path="/graphql",le="1"} 1 page_http_request_duration_seconds_bucket{method="POST",path="/graphql",le="2.5"} 1 page_http_request_duration_seconds_bucket{method="POST",path="/graphql",le="5"} 1 page_http_request_duration_seconds_bucket{method="POST",path="/graphql",le="10"} 1 page_http_request_duration_seconds_bucket{method="POST",path="/graphql",le="+Inf"} 1 page_http_request_duration_seconds_sum{method="POST",path="/graphql"} 9.7503e-05 page_http_request_duration_seconds_count{method="POST",path="/graphql"} 1 page_http_request_duration_seconds_bucket{method="POST",path="/graphql/api",le="0.005"} 1 page_http_request_duration_seconds_bucket{method="POST",path="/graphql/api",le="0.01"} 1 page_http_request_duration_seconds_bucket{method="POST",path="/graphql/api",le="0.025"} 1 page_http_request_duration_seconds_bucket{method="POST",path="/graphql/api",le="0.05"} 1 page_http_request_duration_seconds_bucket{method="POST",path="/graphql/api",le="0.1"} 1 page_http_request_duration_seconds_bucket{method="POST",path="/graphql/api",le="0.25"} 1 page_http_request_duration_seconds_bucket{method="POST",path="/graphql/api",le="0.5"} 1 page_http_request_duration_seconds_bucket{method="POST",path="/graphql/api",le="1"} 1 page_http_request_duration_seconds_bucket{method="POST",path="/graphql/api",le="2.5"} 1 page_http_request_duration_seconds_bucket{method="POST",path="/graphql/api",le="5"} 1 page_http_request_duration_seconds_bucket{method="POST",path="/graphql/api",le="10"} 1 page_http_request_duration_seconds_bucket{method="POST",path="/graphql/api",le="+Inf"} 1 page_http_request_duration_seconds_sum{method="POST",path="/graphql/api"} 8.2184e-05 page_http_request_duration_seconds_count{method="POST",path="/graphql/api"} 1 # HELP page_http_requests_in_flight Current number of HTTP requests being served. # TYPE page_http_requests_in_flight gauge page_http_requests_in_flight 1 # HELP page_http_requests_total Total HTTP requests by method, path pattern, and status code. # TYPE page_http_requests_total counter page_http_requests_total{method="GET",path="/.env",status="404"} 2 page_http_requests_total{method="GET",path="/.env.bak",status="404"} 1 page_http_requests_total{method="GET",path="/.env.dev",status="404"} 1 page_http_requests_total{method="GET",path="/.env.local",status="404"} 1 page_http_requests_total{method="GET",path="/.env.save",status="404"} 1 page_http_requests_total{method="GET",path="/.env.stage",status="404"} 1 page_http_requests_total{method="GET",path="/.git/HEAD",status="404"} 1 page_http_requests_total{method="GET",path="/.vscode/sftp.json",status="404"} 1 page_http_requests_total{method="GET",path="/@vite/env",status="404"} 1 page_http_requests_total{method="GET",path="/___proxy_subdomain_whm/login",status="404"} 1 page_http_requests_total{method="GET",path="/about",status="404"} 1 page_http_requests_total{method="GET",path="/api/.env",status="404"} 1 page_http_requests_total{method="GET",path="/api/config",status="404"} 1 page_http_requests_total{method="GET",path="/config.js",status="404"} 1 page_http_requests_total{method="GET",path="/config.json",status="404"} 2 page_http_requests_total{method="GET",path="/config/.env",status="404"} 1 page_http_requests_total{method="GET",path="/console/",status="404"} 1 page_http_requests_total{method="GET",path="/favicon.ico",status="404"} 3 page_http_requests_total{method="GET",path="/functions/.env",status="404"} 1 page_http_requests_total{method="GET",path="/info.php",status="404"} 1 page_http_requests_total{method="GET",path="/login.action",status="404"} 1 page_http_requests_total{method="GET",path="/s/2333e263e2530313e2837313/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties",status="404"} 1 page_http_requests_total{method="GET",path="/server",status="404"} 1 page_http_requests_total{method="GET",path="/telescope/requests",status="404"} 1 page_http_requests_total{method="GET",path="/trace.axd",status="404"} 1 page_http_requests_total{method="GET",path="/wp-json/",status="404"} 1 page_http_requests_total{method="GET",path="GET /healthz",status="200"} 1848 page_http_requests_total{method="GET",path="GET /metrics",status="200"} 310 page_http_requests_total{method="GET",path="GET /readyz",status="200"} 3694 page_http_requests_total{method="GET",path="GET /v1/capabilities",status="200"} 200 page_http_requests_total{method="GET",path="GET /{$}",status="200"} 20 page_http_requests_total{method="POST",path="/api/graphql",status="404"} 1 page_http_requests_total{method="POST",path="/graphql",status="404"} 1 page_http_requests_total{method="POST",path="/graphql/api",status="404"} 1 # HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. # TYPE process_cpu_seconds_total counter process_cpu_seconds_total 31.63 # 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 4.193232e+06 # 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 7.079869e+06 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 12 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 2.627584e+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.78998259409e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 1.316818944e+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