# 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"} 3.1149e-05 go_gc_duration_seconds{quantile="0.25"} 3.4827e-05 go_gc_duration_seconds{quantile="0.5"} 3.6482e-05 go_gc_duration_seconds{quantile="0.75"} 4.4826e-05 go_gc_duration_seconds{quantile="1"} 0.002188555 go_gc_duration_seconds_sum 0.136977968 go_gc_duration_seconds_count 3328 # 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 8 # HELP go_info Information about the Go environment. # TYPE go_info gauge go_info{version="go1.24.4"} 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 898552 # 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 3.645526e+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 3868 # HELP go_memstats_frees_total Total number of heap objects frees. Equals to /gc/heap/frees:objects + /gc/heap/tiny/allocs:objects. # TYPE go_memstats_frees_total counter go_memstats_frees_total 3.92689e+06 # HELP go_memstats_gc_sys_bytes Number of bytes used for garbage collection system metadata. Equals to /memory/classes/metadata/other:bytes. # TYPE go_memstats_gc_sys_bytes gauge go_memstats_gc_sys_bytes 2.756488e+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 898552 # HELP go_memstats_heap_idle_bytes Number of heap bytes waiting to be used. Equals to /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes. # TYPE go_memstats_heap_idle_bytes gauge go_memstats_heap_idle_bytes 9.207808e+06 # HELP go_memstats_heap_inuse_bytes Number of heap bytes that are in use. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes # TYPE go_memstats_heap_inuse_bytes gauge go_memstats_heap_inuse_bytes 2.29376e+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 3785 # 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 7.430144e+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.1501568e+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.7514305464330714e+09 # HELP go_memstats_mallocs_total Total number of heap objects allocated, both live and gc-ed. Semantically a counter version for go_memstats_heap_objects gauge. Equals to /gc/heap/allocs:objects + /gc/heap/tiny/allocs:objects. # TYPE go_memstats_mallocs_total counter go_memstats_mallocs_total 3.930675e+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 19328 # 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 31408 # 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 175360 # 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 179520 # HELP go_memstats_next_gc_bytes Number of heap bytes when next garbage collection will take place. Equals to /gc/heap/goal:bytes. # TYPE go_memstats_next_gc_bytes gauge go_memstats_next_gc_bytes 4.194304e+06 # HELP go_memstats_other_sys_bytes Number of bytes used for other system allocations. Equals to /memory/classes/other:bytes. # TYPE go_memstats_other_sys_bytes gauge go_memstats_other_sys_bytes 1.967484e+06 # HELP go_memstats_stack_inuse_bytes Number of bytes obtained from system for stack allocator in non-CGO environments. Equals to /memory/classes/heap/stacks:bytes. # TYPE go_memstats_stack_inuse_bytes gauge go_memstats_stack_inuse_bytes 1.081344e+06 # HELP go_memstats_stack_sys_bytes Number of bytes obtained from system for stack allocator. Equals to /memory/classes/heap/stacks:bytes + /memory/classes/os-stacks:bytes. # TYPE go_memstats_stack_sys_bytes gauge go_memstats_stack_sys_bytes 1.081344e+06 # HELP go_memstats_sys_bytes Number of bytes obtained from system. Equals to /memory/classes/total:byte. # TYPE go_memstats_sys_bytes gauge go_memstats_sys_bytes 1.752168e+07 # HELP go_sched_gomaxprocs_threads The current runtime.GOMAXPROCS setting, or the number of operating system threads that can execute user-level Go code simultaneously. Sourced from /sched/gomaxprocs:threads # TYPE go_sched_gomaxprocs_threads gauge go_sched_gomaxprocs_threads 16 # HELP go_threads Number of OS threads created. # TYPE go_threads gauge go_threads 11 # HELP http_request_duration_seconds Duration of HTTP requests # TYPE http_request_duration_seconds histogram http_request_duration_seconds_bucket{path="/",le="0.005"} 34 http_request_duration_seconds_bucket{path="/",le="0.01"} 34 http_request_duration_seconds_bucket{path="/",le="0.025"} 34 http_request_duration_seconds_bucket{path="/",le="0.05"} 34 http_request_duration_seconds_bucket{path="/",le="0.1"} 34 http_request_duration_seconds_bucket{path="/",le="0.25"} 34 http_request_duration_seconds_bucket{path="/",le="0.5"} 34 http_request_duration_seconds_bucket{path="/",le="1"} 34 http_request_duration_seconds_bucket{path="/",le="2.5"} 34 http_request_duration_seconds_bucket{path="/",le="5"} 34 http_request_duration_seconds_bucket{path="/",le="10"} 34 http_request_duration_seconds_bucket{path="/",le="+Inf"} 34 http_request_duration_seconds_sum{path="/"} 0.000393715 http_request_duration_seconds_count{path="/"} 34 http_request_duration_seconds_bucket{path="/.DS_Store",le="0.005"} 1 http_request_duration_seconds_bucket{path="/.DS_Store",le="0.01"} 1 http_request_duration_seconds_bucket{path="/.DS_Store",le="0.025"} 1 http_request_duration_seconds_bucket{path="/.DS_Store",le="0.05"} 1 http_request_duration_seconds_bucket{path="/.DS_Store",le="0.1"} 1 http_request_duration_seconds_bucket{path="/.DS_Store",le="0.25"} 1 http_request_duration_seconds_bucket{path="/.DS_Store",le="0.5"} 1 http_request_duration_seconds_bucket{path="/.DS_Store",le="1"} 1 http_request_duration_seconds_bucket{path="/.DS_Store",le="2.5"} 1 http_request_duration_seconds_bucket{path="/.DS_Store",le="5"} 1 http_request_duration_seconds_bucket{path="/.DS_Store",le="10"} 1 http_request_duration_seconds_bucket{path="/.DS_Store",le="+Inf"} 1 http_request_duration_seconds_sum{path="/.DS_Store"} 7.379e-06 http_request_duration_seconds_count{path="/.DS_Store"} 1 http_request_duration_seconds_bucket{path="/.aws/credentials",le="0.005"} 1 http_request_duration_seconds_bucket{path="/.aws/credentials",le="0.01"} 1 http_request_duration_seconds_bucket{path="/.aws/credentials",le="0.025"} 1 http_request_duration_seconds_bucket{path="/.aws/credentials",le="0.05"} 1 http_request_duration_seconds_bucket{path="/.aws/credentials",le="0.1"} 1 http_request_duration_seconds_bucket{path="/.aws/credentials",le="0.25"} 1 http_request_duration_seconds_bucket{path="/.aws/credentials",le="0.5"} 1 http_request_duration_seconds_bucket{path="/.aws/credentials",le="1"} 1 http_request_duration_seconds_bucket{path="/.aws/credentials",le="2.5"} 1 http_request_duration_seconds_bucket{path="/.aws/credentials",le="5"} 1 http_request_duration_seconds_bucket{path="/.aws/credentials",le="10"} 1 http_request_duration_seconds_bucket{path="/.aws/credentials",le="+Inf"} 1 http_request_duration_seconds_sum{path="/.aws/credentials"} 1.1438e-05 http_request_duration_seconds_count{path="/.aws/credentials"} 1 http_request_duration_seconds_bucket{path="/.env",le="0.005"} 2 http_request_duration_seconds_bucket{path="/.env",le="0.01"} 2 http_request_duration_seconds_bucket{path="/.env",le="0.025"} 2 http_request_duration_seconds_bucket{path="/.env",le="0.05"} 2 http_request_duration_seconds_bucket{path="/.env",le="0.1"} 2 http_request_duration_seconds_bucket{path="/.env",le="0.25"} 2 http_request_duration_seconds_bucket{path="/.env",le="0.5"} 2 http_request_duration_seconds_bucket{path="/.env",le="1"} 2 http_request_duration_seconds_bucket{path="/.env",le="2.5"} 2 http_request_duration_seconds_bucket{path="/.env",le="5"} 2 http_request_duration_seconds_bucket{path="/.env",le="10"} 2 http_request_duration_seconds_bucket{path="/.env",le="+Inf"} 2 http_request_duration_seconds_sum{path="/.env"} 1.9693999999999998e-05 http_request_duration_seconds_count{path="/.env"} 2 http_request_duration_seconds_bucket{path="/.env.backup",le="0.005"} 1 http_request_duration_seconds_bucket{path="/.env.backup",le="0.01"} 1 http_request_duration_seconds_bucket{path="/.env.backup",le="0.025"} 1 http_request_duration_seconds_bucket{path="/.env.backup",le="0.05"} 1 http_request_duration_seconds_bucket{path="/.env.backup",le="0.1"} 1 http_request_duration_seconds_bucket{path="/.env.backup",le="0.25"} 1 http_request_duration_seconds_bucket{path="/.env.backup",le="0.5"} 1 http_request_duration_seconds_bucket{path="/.env.backup",le="1"} 1 http_request_duration_seconds_bucket{path="/.env.backup",le="2.5"} 1 http_request_duration_seconds_bucket{path="/.env.backup",le="5"} 1 http_request_duration_seconds_bucket{path="/.env.backup",le="10"} 1 http_request_duration_seconds_bucket{path="/.env.backup",le="+Inf"} 1 http_request_duration_seconds_sum{path="/.env.backup"} 1.2128e-05 http_request_duration_seconds_count{path="/.env.backup"} 1 http_request_duration_seconds_bucket{path="/.env.old",le="0.005"} 1 http_request_duration_seconds_bucket{path="/.env.old",le="0.01"} 1 http_request_duration_seconds_bucket{path="/.env.old",le="0.025"} 1 http_request_duration_seconds_bucket{path="/.env.old",le="0.05"} 1 http_request_duration_seconds_bucket{path="/.env.old",le="0.1"} 1 http_request_duration_seconds_bucket{path="/.env.old",le="0.25"} 1 http_request_duration_seconds_bucket{path="/.env.old",le="0.5"} 1 http_request_duration_seconds_bucket{path="/.env.old",le="1"} 1 http_request_duration_seconds_bucket{path="/.env.old",le="2.5"} 1 http_request_duration_seconds_bucket{path="/.env.old",le="5"} 1 http_request_duration_seconds_bucket{path="/.env.old",le="10"} 1 http_request_duration_seconds_bucket{path="/.env.old",le="+Inf"} 1 http_request_duration_seconds_sum{path="/.env.old"} 1.1387e-05 http_request_duration_seconds_count{path="/.env.old"} 1 http_request_duration_seconds_bucket{path="/.git/config",le="0.005"} 4 http_request_duration_seconds_bucket{path="/.git/config",le="0.01"} 4 http_request_duration_seconds_bucket{path="/.git/config",le="0.025"} 4 http_request_duration_seconds_bucket{path="/.git/config",le="0.05"} 4 http_request_duration_seconds_bucket{path="/.git/config",le="0.1"} 4 http_request_duration_seconds_bucket{path="/.git/config",le="0.25"} 4 http_request_duration_seconds_bucket{path="/.git/config",le="0.5"} 4 http_request_duration_seconds_bucket{path="/.git/config",le="1"} 4 http_request_duration_seconds_bucket{path="/.git/config",le="2.5"} 4 http_request_duration_seconds_bucket{path="/.git/config",le="5"} 4 http_request_duration_seconds_bucket{path="/.git/config",le="10"} 4 http_request_duration_seconds_bucket{path="/.git/config",le="+Inf"} 4 http_request_duration_seconds_sum{path="/.git/config"} 4.1602e-05 http_request_duration_seconds_count{path="/.git/config"} 4 http_request_duration_seconds_bucket{path="/.vscode/sftp.json",le="0.005"} 1 http_request_duration_seconds_bucket{path="/.vscode/sftp.json",le="0.01"} 1 http_request_duration_seconds_bucket{path="/.vscode/sftp.json",le="0.025"} 1 http_request_duration_seconds_bucket{path="/.vscode/sftp.json",le="0.05"} 1 http_request_duration_seconds_bucket{path="/.vscode/sftp.json",le="0.1"} 1 http_request_duration_seconds_bucket{path="/.vscode/sftp.json",le="0.25"} 1 http_request_duration_seconds_bucket{path="/.vscode/sftp.json",le="0.5"} 1 http_request_duration_seconds_bucket{path="/.vscode/sftp.json",le="1"} 1 http_request_duration_seconds_bucket{path="/.vscode/sftp.json",le="2.5"} 1 http_request_duration_seconds_bucket{path="/.vscode/sftp.json",le="5"} 1 http_request_duration_seconds_bucket{path="/.vscode/sftp.json",le="10"} 1 http_request_duration_seconds_bucket{path="/.vscode/sftp.json",le="+Inf"} 1 http_request_duration_seconds_sum{path="/.vscode/sftp.json"} 7.838e-06 http_request_duration_seconds_count{path="/.vscode/sftp.json"} 1 http_request_duration_seconds_bucket{path="/.well-known/acme-challenge/FUnsjTS3oo4B0YlI8H8S11TNuwtyIweLU_J1IZz1rO4",le="0.005"} 3532 http_request_duration_seconds_bucket{path="/.well-known/acme-challenge/FUnsjTS3oo4B0YlI8H8S11TNuwtyIweLU_J1IZz1rO4",le="0.01"} 3532 http_request_duration_seconds_bucket{path="/.well-known/acme-challenge/FUnsjTS3oo4B0YlI8H8S11TNuwtyIweLU_J1IZz1rO4",le="0.025"} 3532 http_request_duration_seconds_bucket{path="/.well-known/acme-challenge/FUnsjTS3oo4B0YlI8H8S11TNuwtyIweLU_J1IZz1rO4",le="0.05"} 3532 http_request_duration_seconds_bucket{path="/.well-known/acme-challenge/FUnsjTS3oo4B0YlI8H8S11TNuwtyIweLU_J1IZz1rO4",le="0.1"} 3532 http_request_duration_seconds_bucket{path="/.well-known/acme-challenge/FUnsjTS3oo4B0YlI8H8S11TNuwtyIweLU_J1IZz1rO4",le="0.25"} 3532 http_request_duration_seconds_bucket{path="/.well-known/acme-challenge/FUnsjTS3oo4B0YlI8H8S11TNuwtyIweLU_J1IZz1rO4",le="0.5"} 3532 http_request_duration_seconds_bucket{path="/.well-known/acme-challenge/FUnsjTS3oo4B0YlI8H8S11TNuwtyIweLU_J1IZz1rO4",le="1"} 3532 http_request_duration_seconds_bucket{path="/.well-known/acme-challenge/FUnsjTS3oo4B0YlI8H8S11TNuwtyIweLU_J1IZz1rO4",le="2.5"} 3532 http_request_duration_seconds_bucket{path="/.well-known/acme-challenge/FUnsjTS3oo4B0YlI8H8S11TNuwtyIweLU_J1IZz1rO4",le="5"} 3532 http_request_duration_seconds_bucket{path="/.well-known/acme-challenge/FUnsjTS3oo4B0YlI8H8S11TNuwtyIweLU_J1IZz1rO4",le="10"} 3532 http_request_duration_seconds_bucket{path="/.well-known/acme-challenge/FUnsjTS3oo4B0YlI8H8S11TNuwtyIweLU_J1IZz1rO4",le="+Inf"} 3532 http_request_duration_seconds_sum{path="/.well-known/acme-challenge/FUnsjTS3oo4B0YlI8H8S11TNuwtyIweLU_J1IZz1rO4"} 0.04297294499999996 http_request_duration_seconds_count{path="/.well-known/acme-challenge/FUnsjTS3oo4B0YlI8H8S11TNuwtyIweLU_J1IZz1rO4"} 3532 http_request_duration_seconds_bucket{path="/@vite/env",le="0.005"} 1 http_request_duration_seconds_bucket{path="/@vite/env",le="0.01"} 1 http_request_duration_seconds_bucket{path="/@vite/env",le="0.025"} 1 http_request_duration_seconds_bucket{path="/@vite/env",le="0.05"} 1 http_request_duration_seconds_bucket{path="/@vite/env",le="0.1"} 1 http_request_duration_seconds_bucket{path="/@vite/env",le="0.25"} 1 http_request_duration_seconds_bucket{path="/@vite/env",le="0.5"} 1 http_request_duration_seconds_bucket{path="/@vite/env",le="1"} 1 http_request_duration_seconds_bucket{path="/@vite/env",le="2.5"} 1 http_request_duration_seconds_bucket{path="/@vite/env",le="5"} 1 http_request_duration_seconds_bucket{path="/@vite/env",le="10"} 1 http_request_duration_seconds_bucket{path="/@vite/env",le="+Inf"} 1 http_request_duration_seconds_sum{path="/@vite/env"} 9.32e-06 http_request_duration_seconds_count{path="/@vite/env"} 1 http_request_duration_seconds_bucket{path="/_all_dbs",le="0.005"} 1 http_request_duration_seconds_bucket{path="/_all_dbs",le="0.01"} 1 http_request_duration_seconds_bucket{path="/_all_dbs",le="0.025"} 1 http_request_duration_seconds_bucket{path="/_all_dbs",le="0.05"} 1 http_request_duration_seconds_bucket{path="/_all_dbs",le="0.1"} 1 http_request_duration_seconds_bucket{path="/_all_dbs",le="0.25"} 1 http_request_duration_seconds_bucket{path="/_all_dbs",le="0.5"} 1 http_request_duration_seconds_bucket{path="/_all_dbs",le="1"} 1 http_request_duration_seconds_bucket{path="/_all_dbs",le="2.5"} 1 http_request_duration_seconds_bucket{path="/_all_dbs",le="5"} 1 http_request_duration_seconds_bucket{path="/_all_dbs",le="10"} 1 http_request_duration_seconds_bucket{path="/_all_dbs",le="+Inf"} 1 http_request_duration_seconds_sum{path="/_all_dbs"} 8.076e-06 http_request_duration_seconds_count{path="/_all_dbs"} 1 http_request_duration_seconds_bucket{path="/about",le="0.005"} 1 http_request_duration_seconds_bucket{path="/about",le="0.01"} 1 http_request_duration_seconds_bucket{path="/about",le="0.025"} 1 http_request_duration_seconds_bucket{path="/about",le="0.05"} 1 http_request_duration_seconds_bucket{path="/about",le="0.1"} 1 http_request_duration_seconds_bucket{path="/about",le="0.25"} 1 http_request_duration_seconds_bucket{path="/about",le="0.5"} 1 http_request_duration_seconds_bucket{path="/about",le="1"} 1 http_request_duration_seconds_bucket{path="/about",le="2.5"} 1 http_request_duration_seconds_bucket{path="/about",le="5"} 1 http_request_duration_seconds_bucket{path="/about",le="10"} 1 http_request_duration_seconds_bucket{path="/about",le="+Inf"} 1 http_request_duration_seconds_sum{path="/about"} 9.432e-06 http_request_duration_seconds_count{path="/about"} 1 http_request_duration_seconds_bucket{path="/actuator/env",le="0.005"} 1 http_request_duration_seconds_bucket{path="/actuator/env",le="0.01"} 1 http_request_duration_seconds_bucket{path="/actuator/env",le="0.025"} 1 http_request_duration_seconds_bucket{path="/actuator/env",le="0.05"} 1 http_request_duration_seconds_bucket{path="/actuator/env",le="0.1"} 1 http_request_duration_seconds_bucket{path="/actuator/env",le="0.25"} 1 http_request_duration_seconds_bucket{path="/actuator/env",le="0.5"} 1 http_request_duration_seconds_bucket{path="/actuator/env",le="1"} 1 http_request_duration_seconds_bucket{path="/actuator/env",le="2.5"} 1 http_request_duration_seconds_bucket{path="/actuator/env",le="5"} 1 http_request_duration_seconds_bucket{path="/actuator/env",le="10"} 1 http_request_duration_seconds_bucket{path="/actuator/env",le="+Inf"} 1 http_request_duration_seconds_sum{path="/actuator/env"} 6.802e-06 http_request_duration_seconds_count{path="/actuator/env"} 1 http_request_duration_seconds_bucket{path="/api/v2/static/not.found",le="0.005"} 4 http_request_duration_seconds_bucket{path="/api/v2/static/not.found",le="0.01"} 4 http_request_duration_seconds_bucket{path="/api/v2/static/not.found",le="0.025"} 4 http_request_duration_seconds_bucket{path="/api/v2/static/not.found",le="0.05"} 4 http_request_duration_seconds_bucket{path="/api/v2/static/not.found",le="0.1"} 4 http_request_duration_seconds_bucket{path="/api/v2/static/not.found",le="0.25"} 4 http_request_duration_seconds_bucket{path="/api/v2/static/not.found",le="0.5"} 4 http_request_duration_seconds_bucket{path="/api/v2/static/not.found",le="1"} 4 http_request_duration_seconds_bucket{path="/api/v2/static/not.found",le="2.5"} 4 http_request_duration_seconds_bucket{path="/api/v2/static/not.found",le="5"} 4 http_request_duration_seconds_bucket{path="/api/v2/static/not.found",le="10"} 4 http_request_duration_seconds_bucket{path="/api/v2/static/not.found",le="+Inf"} 4 http_request_duration_seconds_sum{path="/api/v2/static/not.found"} 4.8747999999999995e-05 http_request_duration_seconds_count{path="/api/v2/static/not.found"} 4 http_request_duration_seconds_bucket{path="/config.json",le="0.005"} 1 http_request_duration_seconds_bucket{path="/config.json",le="0.01"} 1 http_request_duration_seconds_bucket{path="/config.json",le="0.025"} 1 http_request_duration_seconds_bucket{path="/config.json",le="0.05"} 1 http_request_duration_seconds_bucket{path="/config.json",le="0.1"} 1 http_request_duration_seconds_bucket{path="/config.json",le="0.25"} 1 http_request_duration_seconds_bucket{path="/config.json",le="0.5"} 1 http_request_duration_seconds_bucket{path="/config.json",le="1"} 1 http_request_duration_seconds_bucket{path="/config.json",le="2.5"} 1 http_request_duration_seconds_bucket{path="/config.json",le="5"} 1 http_request_duration_seconds_bucket{path="/config.json",le="10"} 1 http_request_duration_seconds_bucket{path="/config.json",le="+Inf"} 1 http_request_duration_seconds_sum{path="/config.json"} 8.025e-06 http_request_duration_seconds_count{path="/config.json"} 1 http_request_duration_seconds_bucket{path="/debug/default/view",le="0.005"} 1 http_request_duration_seconds_bucket{path="/debug/default/view",le="0.01"} 1 http_request_duration_seconds_bucket{path="/debug/default/view",le="0.025"} 1 http_request_duration_seconds_bucket{path="/debug/default/view",le="0.05"} 1 http_request_duration_seconds_bucket{path="/debug/default/view",le="0.1"} 1 http_request_duration_seconds_bucket{path="/debug/default/view",le="0.25"} 1 http_request_duration_seconds_bucket{path="/debug/default/view",le="0.5"} 1 http_request_duration_seconds_bucket{path="/debug/default/view",le="1"} 1 http_request_duration_seconds_bucket{path="/debug/default/view",le="2.5"} 1 http_request_duration_seconds_bucket{path="/debug/default/view",le="5"} 1 http_request_duration_seconds_bucket{path="/debug/default/view",le="10"} 1 http_request_duration_seconds_bucket{path="/debug/default/view",le="+Inf"} 1 http_request_duration_seconds_sum{path="/debug/default/view"} 1.0452e-05 http_request_duration_seconds_count{path="/debug/default/view"} 1 http_request_duration_seconds_bucket{path="/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application",le="0.005"} 1 http_request_duration_seconds_bucket{path="/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application",le="0.01"} 1 http_request_duration_seconds_bucket{path="/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application",le="0.025"} 1 http_request_duration_seconds_bucket{path="/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application",le="0.05"} 1 http_request_duration_seconds_bucket{path="/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application",le="0.1"} 1 http_request_duration_seconds_bucket{path="/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application",le="0.25"} 1 http_request_duration_seconds_bucket{path="/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application",le="0.5"} 1 http_request_duration_seconds_bucket{path="/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application",le="1"} 1 http_request_duration_seconds_bucket{path="/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application",le="2.5"} 1 http_request_duration_seconds_bucket{path="/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application",le="5"} 1 http_request_duration_seconds_bucket{path="/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application",le="10"} 1 http_request_duration_seconds_bucket{path="/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application",le="+Inf"} 1 http_request_duration_seconds_sum{path="/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application"} 8.873e-06 http_request_duration_seconds_count{path="/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application"} 1 http_request_duration_seconds_bucket{path="/favicon.ico",le="0.005"} 36 http_request_duration_seconds_bucket{path="/favicon.ico",le="0.01"} 36 http_request_duration_seconds_bucket{path="/favicon.ico",le="0.025"} 36 http_request_duration_seconds_bucket{path="/favicon.ico",le="0.05"} 36 http_request_duration_seconds_bucket{path="/favicon.ico",le="0.1"} 36 http_request_duration_seconds_bucket{path="/favicon.ico",le="0.25"} 36 http_request_duration_seconds_bucket{path="/favicon.ico",le="0.5"} 36 http_request_duration_seconds_bucket{path="/favicon.ico",le="1"} 36 http_request_duration_seconds_bucket{path="/favicon.ico",le="2.5"} 36 http_request_duration_seconds_bucket{path="/favicon.ico",le="5"} 36 http_request_duration_seconds_bucket{path="/favicon.ico",le="10"} 36 http_request_duration_seconds_bucket{path="/favicon.ico",le="+Inf"} 36 http_request_duration_seconds_sum{path="/favicon.ico"} 0.000521761 http_request_duration_seconds_count{path="/favicon.ico"} 36 http_request_duration_seconds_bucket{path="/fonts/ftnt-icons.woff",le="0.005"} 4 http_request_duration_seconds_bucket{path="/fonts/ftnt-icons.woff",le="0.01"} 4 http_request_duration_seconds_bucket{path="/fonts/ftnt-icons.woff",le="0.025"} 4 http_request_duration_seconds_bucket{path="/fonts/ftnt-icons.woff",le="0.05"} 4 http_request_duration_seconds_bucket{path="/fonts/ftnt-icons.woff",le="0.1"} 4 http_request_duration_seconds_bucket{path="/fonts/ftnt-icons.woff",le="0.25"} 4 http_request_duration_seconds_bucket{path="/fonts/ftnt-icons.woff",le="0.5"} 4 http_request_duration_seconds_bucket{path="/fonts/ftnt-icons.woff",le="1"} 4 http_request_duration_seconds_bucket{path="/fonts/ftnt-icons.woff",le="2.5"} 4 http_request_duration_seconds_bucket{path="/fonts/ftnt-icons.woff",le="5"} 4 http_request_duration_seconds_bucket{path="/fonts/ftnt-icons.woff",le="10"} 4 http_request_duration_seconds_bucket{path="/fonts/ftnt-icons.woff",le="+Inf"} 4 http_request_duration_seconds_sum{path="/fonts/ftnt-icons.woff"} 4.2858e-05 http_request_duration_seconds_count{path="/fonts/ftnt-icons.woff"} 4 http_request_duration_seconds_bucket{path="/healthz",le="0.005"} 52955 http_request_duration_seconds_bucket{path="/healthz",le="0.01"} 53277 http_request_duration_seconds_bucket{path="/healthz",le="0.025"} 53337 http_request_duration_seconds_bucket{path="/healthz",le="0.05"} 53338 http_request_duration_seconds_bucket{path="/healthz",le="0.1"} 53383 http_request_duration_seconds_bucket{path="/healthz",le="0.25"} 53406 http_request_duration_seconds_bucket{path="/healthz",le="0.5"} 53417 http_request_duration_seconds_bucket{path="/healthz",le="1"} 53420 http_request_duration_seconds_bucket{path="/healthz",le="2.5"} 53420 http_request_duration_seconds_bucket{path="/healthz",le="5"} 53420 http_request_duration_seconds_bucket{path="/healthz",le="10"} 53420 http_request_duration_seconds_bucket{path="/healthz",le="+Inf"} 53420 http_request_duration_seconds_sum{path="/healthz"} 184.81997146100198 http_request_duration_seconds_count{path="/healthz"} 53420 http_request_duration_seconds_bucket{path="/info.php",le="0.005"} 1 http_request_duration_seconds_bucket{path="/info.php",le="0.01"} 1 http_request_duration_seconds_bucket{path="/info.php",le="0.025"} 1 http_request_duration_seconds_bucket{path="/info.php",le="0.05"} 1 http_request_duration_seconds_bucket{path="/info.php",le="0.1"} 1 http_request_duration_seconds_bucket{path="/info.php",le="0.25"} 1 http_request_duration_seconds_bucket{path="/info.php",le="0.5"} 1 http_request_duration_seconds_bucket{path="/info.php",le="1"} 1 http_request_duration_seconds_bucket{path="/info.php",le="2.5"} 1 http_request_duration_seconds_bucket{path="/info.php",le="5"} 1 http_request_duration_seconds_bucket{path="/info.php",le="10"} 1 http_request_duration_seconds_bucket{path="/info.php",le="+Inf"} 1 http_request_duration_seconds_sum{path="/info.php"} 7.692e-06 http_request_duration_seconds_count{path="/info.php"} 1 http_request_duration_seconds_bucket{path="/js/twint_ch.js",le="0.005"} 1 http_request_duration_seconds_bucket{path="/js/twint_ch.js",le="0.01"} 1 http_request_duration_seconds_bucket{path="/js/twint_ch.js",le="0.025"} 1 http_request_duration_seconds_bucket{path="/js/twint_ch.js",le="0.05"} 1 http_request_duration_seconds_bucket{path="/js/twint_ch.js",le="0.1"} 1 http_request_duration_seconds_bucket{path="/js/twint_ch.js",le="0.25"} 1 http_request_duration_seconds_bucket{path="/js/twint_ch.js",le="0.5"} 1 http_request_duration_seconds_bucket{path="/js/twint_ch.js",le="1"} 1 http_request_duration_seconds_bucket{path="/js/twint_ch.js",le="2.5"} 1 http_request_duration_seconds_bucket{path="/js/twint_ch.js",le="5"} 1 http_request_duration_seconds_bucket{path="/js/twint_ch.js",le="10"} 1 http_request_duration_seconds_bucket{path="/js/twint_ch.js",le="+Inf"} 1 http_request_duration_seconds_sum{path="/js/twint_ch.js"} 1.147e-05 http_request_duration_seconds_count{path="/js/twint_ch.js"} 1 http_request_duration_seconds_bucket{path="/lang/custom/sbin/init",le="0.005"} 3 http_request_duration_seconds_bucket{path="/lang/custom/sbin/init",le="0.01"} 3 http_request_duration_seconds_bucket{path="/lang/custom/sbin/init",le="0.025"} 3 http_request_duration_seconds_bucket{path="/lang/custom/sbin/init",le="0.05"} 3 http_request_duration_seconds_bucket{path="/lang/custom/sbin/init",le="0.1"} 3 http_request_duration_seconds_bucket{path="/lang/custom/sbin/init",le="0.25"} 3 http_request_duration_seconds_bucket{path="/lang/custom/sbin/init",le="0.5"} 3 http_request_duration_seconds_bucket{path="/lang/custom/sbin/init",le="1"} 3 http_request_duration_seconds_bucket{path="/lang/custom/sbin/init",le="2.5"} 3 http_request_duration_seconds_bucket{path="/lang/custom/sbin/init",le="5"} 3 http_request_duration_seconds_bucket{path="/lang/custom/sbin/init",le="10"} 3 http_request_duration_seconds_bucket{path="/lang/custom/sbin/init",le="+Inf"} 3 http_request_duration_seconds_sum{path="/lang/custom/sbin/init"} 3.4663e-05 http_request_duration_seconds_count{path="/lang/custom/sbin/init"} 3 http_request_duration_seconds_bucket{path="/lang/legacy/filechecksum",le="0.005"} 4 http_request_duration_seconds_bucket{path="/lang/legacy/filechecksum",le="0.01"} 4 http_request_duration_seconds_bucket{path="/lang/legacy/filechecksum",le="0.025"} 4 http_request_duration_seconds_bucket{path="/lang/legacy/filechecksum",le="0.05"} 4 http_request_duration_seconds_bucket{path="/lang/legacy/filechecksum",le="0.1"} 4 http_request_duration_seconds_bucket{path="/lang/legacy/filechecksum",le="0.25"} 4 http_request_duration_seconds_bucket{path="/lang/legacy/filechecksum",le="0.5"} 4 http_request_duration_seconds_bucket{path="/lang/legacy/filechecksum",le="1"} 4 http_request_duration_seconds_bucket{path="/lang/legacy/filechecksum",le="2.5"} 4 http_request_duration_seconds_bucket{path="/lang/legacy/filechecksum",le="5"} 4 http_request_duration_seconds_bucket{path="/lang/legacy/filechecksum",le="10"} 4 http_request_duration_seconds_bucket{path="/lang/legacy/filechecksum",le="+Inf"} 4 http_request_duration_seconds_sum{path="/lang/legacy/filechecksum"} 5.1747e-05 http_request_duration_seconds_count{path="/lang/legacy/filechecksum"} 4 http_request_duration_seconds_bucket{path="/login",le="0.005"} 5 http_request_duration_seconds_bucket{path="/login",le="0.01"} 5 http_request_duration_seconds_bucket{path="/login",le="0.025"} 5 http_request_duration_seconds_bucket{path="/login",le="0.05"} 5 http_request_duration_seconds_bucket{path="/login",le="0.1"} 5 http_request_duration_seconds_bucket{path="/login",le="0.25"} 5 http_request_duration_seconds_bucket{path="/login",le="0.5"} 5 http_request_duration_seconds_bucket{path="/login",le="1"} 5 http_request_duration_seconds_bucket{path="/login",le="2.5"} 5 http_request_duration_seconds_bucket{path="/login",le="5"} 5 http_request_duration_seconds_bucket{path="/login",le="10"} 5 http_request_duration_seconds_bucket{path="/login",le="+Inf"} 5 http_request_duration_seconds_sum{path="/login"} 6.2659e-05 http_request_duration_seconds_count{path="/login"} 5 http_request_duration_seconds_bucket{path="/login.action",le="0.005"} 1 http_request_duration_seconds_bucket{path="/login.action",le="0.01"} 1 http_request_duration_seconds_bucket{path="/login.action",le="0.025"} 1 http_request_duration_seconds_bucket{path="/login.action",le="0.05"} 1 http_request_duration_seconds_bucket{path="/login.action",le="0.1"} 1 http_request_duration_seconds_bucket{path="/login.action",le="0.25"} 1 http_request_duration_seconds_bucket{path="/login.action",le="0.5"} 1 http_request_duration_seconds_bucket{path="/login.action",le="1"} 1 http_request_duration_seconds_bucket{path="/login.action",le="2.5"} 1 http_request_duration_seconds_bucket{path="/login.action",le="5"} 1 http_request_duration_seconds_bucket{path="/login.action",le="10"} 1 http_request_duration_seconds_bucket{path="/login.action",le="+Inf"} 1 http_request_duration_seconds_sum{path="/login.action"} 6.789e-06 http_request_duration_seconds_count{path="/login.action"} 1 http_request_duration_seconds_bucket{path="/migadmin/lang/legacy/legacy/filechecksum",le="0.005"} 4 http_request_duration_seconds_bucket{path="/migadmin/lang/legacy/legacy/filechecksum",le="0.01"} 4 http_request_duration_seconds_bucket{path="/migadmin/lang/legacy/legacy/filechecksum",le="0.025"} 4 http_request_duration_seconds_bucket{path="/migadmin/lang/legacy/legacy/filechecksum",le="0.05"} 4 http_request_duration_seconds_bucket{path="/migadmin/lang/legacy/legacy/filechecksum",le="0.1"} 4 http_request_duration_seconds_bucket{path="/migadmin/lang/legacy/legacy/filechecksum",le="0.25"} 4 http_request_duration_seconds_bucket{path="/migadmin/lang/legacy/legacy/filechecksum",le="0.5"} 4 http_request_duration_seconds_bucket{path="/migadmin/lang/legacy/legacy/filechecksum",le="1"} 4 http_request_duration_seconds_bucket{path="/migadmin/lang/legacy/legacy/filechecksum",le="2.5"} 4 http_request_duration_seconds_bucket{path="/migadmin/lang/legacy/legacy/filechecksum",le="5"} 4 http_request_duration_seconds_bucket{path="/migadmin/lang/legacy/legacy/filechecksum",le="10"} 4 http_request_duration_seconds_bucket{path="/migadmin/lang/legacy/legacy/filechecksum",le="+Inf"} 4 http_request_duration_seconds_sum{path="/migadmin/lang/legacy/legacy/filechecksum"} 8.762400000000001e-05 http_request_duration_seconds_count{path="/migadmin/lang/legacy/legacy/filechecksum"} 4 http_request_duration_seconds_bucket{path="/products",le="0.005"} 2 http_request_duration_seconds_bucket{path="/products",le="0.01"} 3 http_request_duration_seconds_bucket{path="/products",le="0.025"} 4 http_request_duration_seconds_bucket{path="/products",le="0.05"} 4 http_request_duration_seconds_bucket{path="/products",le="0.1"} 4 http_request_duration_seconds_bucket{path="/products",le="0.25"} 4 http_request_duration_seconds_bucket{path="/products",le="0.5"} 4 http_request_duration_seconds_bucket{path="/products",le="1"} 4 http_request_duration_seconds_bucket{path="/products",le="2.5"} 4 http_request_duration_seconds_bucket{path="/products",le="5"} 4 http_request_duration_seconds_bucket{path="/products",le="10"} 4 http_request_duration_seconds_bucket{path="/products",le="+Inf"} 4 http_request_duration_seconds_sum{path="/products"} 0.029985541 http_request_duration_seconds_count{path="/products"} 4 http_request_duration_seconds_bucket{path="/remote/logincheck",le="0.005"} 4 http_request_duration_seconds_bucket{path="/remote/logincheck",le="0.01"} 4 http_request_duration_seconds_bucket{path="/remote/logincheck",le="0.025"} 4 http_request_duration_seconds_bucket{path="/remote/logincheck",le="0.05"} 4 http_request_duration_seconds_bucket{path="/remote/logincheck",le="0.1"} 4 http_request_duration_seconds_bucket{path="/remote/logincheck",le="0.25"} 4 http_request_duration_seconds_bucket{path="/remote/logincheck",le="0.5"} 4 http_request_duration_seconds_bucket{path="/remote/logincheck",le="1"} 4 http_request_duration_seconds_bucket{path="/remote/logincheck",le="2.5"} 4 http_request_duration_seconds_bucket{path="/remote/logincheck",le="5"} 4 http_request_duration_seconds_bucket{path="/remote/logincheck",le="10"} 4 http_request_duration_seconds_bucket{path="/remote/logincheck",le="+Inf"} 4 http_request_duration_seconds_sum{path="/remote/logincheck"} 4.4136e-05 http_request_duration_seconds_count{path="/remote/logincheck"} 4 http_request_duration_seconds_bucket{path="/robots.txt",le="0.005"} 2 http_request_duration_seconds_bucket{path="/robots.txt",le="0.01"} 2 http_request_duration_seconds_bucket{path="/robots.txt",le="0.025"} 2 http_request_duration_seconds_bucket{path="/robots.txt",le="0.05"} 2 http_request_duration_seconds_bucket{path="/robots.txt",le="0.1"} 2 http_request_duration_seconds_bucket{path="/robots.txt",le="0.25"} 2 http_request_duration_seconds_bucket{path="/robots.txt",le="0.5"} 2 http_request_duration_seconds_bucket{path="/robots.txt",le="1"} 2 http_request_duration_seconds_bucket{path="/robots.txt",le="2.5"} 2 http_request_duration_seconds_bucket{path="/robots.txt",le="5"} 2 http_request_duration_seconds_bucket{path="/robots.txt",le="10"} 2 http_request_duration_seconds_bucket{path="/robots.txt",le="+Inf"} 2 http_request_duration_seconds_sum{path="/robots.txt"} 2.4724000000000002e-05 http_request_duration_seconds_count{path="/robots.txt"} 2 http_request_duration_seconds_bucket{path="/s/937313e2130323e2434323e25333/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties",le="0.005"} 1 http_request_duration_seconds_bucket{path="/s/937313e2130323e2434323e25333/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties",le="0.01"} 1 http_request_duration_seconds_bucket{path="/s/937313e2130323e2434323e25333/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties",le="0.025"} 1 http_request_duration_seconds_bucket{path="/s/937313e2130323e2434323e25333/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties",le="0.05"} 1 http_request_duration_seconds_bucket{path="/s/937313e2130323e2434323e25333/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties",le="0.1"} 1 http_request_duration_seconds_bucket{path="/s/937313e2130323e2434323e25333/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties",le="0.25"} 1 http_request_duration_seconds_bucket{path="/s/937313e2130323e2434323e25333/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties",le="0.5"} 1 http_request_duration_seconds_bucket{path="/s/937313e2130323e2434323e25333/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties",le="1"} 1 http_request_duration_seconds_bucket{path="/s/937313e2130323e2434323e25333/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties",le="2.5"} 1 http_request_duration_seconds_bucket{path="/s/937313e2130323e2434323e25333/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties",le="5"} 1 http_request_duration_seconds_bucket{path="/s/937313e2130323e2434323e25333/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties",le="10"} 1 http_request_duration_seconds_bucket{path="/s/937313e2130323e2434323e25333/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties",le="+Inf"} 1 http_request_duration_seconds_sum{path="/s/937313e2130323e2434323e25333/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties"} 8.536e-06 http_request_duration_seconds_count{path="/s/937313e2130323e2434323e25333/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties"} 1 http_request_duration_seconds_bucket{path="/server",le="0.005"} 1 http_request_duration_seconds_bucket{path="/server",le="0.01"} 1 http_request_duration_seconds_bucket{path="/server",le="0.025"} 1 http_request_duration_seconds_bucket{path="/server",le="0.05"} 1 http_request_duration_seconds_bucket{path="/server",le="0.1"} 1 http_request_duration_seconds_bucket{path="/server",le="0.25"} 1 http_request_duration_seconds_bucket{path="/server",le="0.5"} 1 http_request_duration_seconds_bucket{path="/server",le="1"} 1 http_request_duration_seconds_bucket{path="/server",le="2.5"} 1 http_request_duration_seconds_bucket{path="/server",le="5"} 1 http_request_duration_seconds_bucket{path="/server",le="10"} 1 http_request_duration_seconds_bucket{path="/server",le="+Inf"} 1 http_request_duration_seconds_sum{path="/server"} 1.0071e-05 http_request_duration_seconds_count{path="/server"} 1 http_request_duration_seconds_bucket{path="/server-status",le="0.005"} 1 http_request_duration_seconds_bucket{path="/server-status",le="0.01"} 1 http_request_duration_seconds_bucket{path="/server-status",le="0.025"} 1 http_request_duration_seconds_bucket{path="/server-status",le="0.05"} 1 http_request_duration_seconds_bucket{path="/server-status",le="0.1"} 1 http_request_duration_seconds_bucket{path="/server-status",le="0.25"} 1 http_request_duration_seconds_bucket{path="/server-status",le="0.5"} 1 http_request_duration_seconds_bucket{path="/server-status",le="1"} 1 http_request_duration_seconds_bucket{path="/server-status",le="2.5"} 1 http_request_duration_seconds_bucket{path="/server-status",le="5"} 1 http_request_duration_seconds_bucket{path="/server-status",le="10"} 1 http_request_duration_seconds_bucket{path="/server-status",le="+Inf"} 1 http_request_duration_seconds_sum{path="/server-status"} 5.761e-06 http_request_duration_seconds_count{path="/server-status"} 1 http_request_duration_seconds_bucket{path="/static/lang/custom/sbin/init",le="0.005"} 4 http_request_duration_seconds_bucket{path="/static/lang/custom/sbin/init",le="0.01"} 4 http_request_duration_seconds_bucket{path="/static/lang/custom/sbin/init",le="0.025"} 4 http_request_duration_seconds_bucket{path="/static/lang/custom/sbin/init",le="0.05"} 4 http_request_duration_seconds_bucket{path="/static/lang/custom/sbin/init",le="0.1"} 4 http_request_duration_seconds_bucket{path="/static/lang/custom/sbin/init",le="0.25"} 4 http_request_duration_seconds_bucket{path="/static/lang/custom/sbin/init",le="0.5"} 4 http_request_duration_seconds_bucket{path="/static/lang/custom/sbin/init",le="1"} 4 http_request_duration_seconds_bucket{path="/static/lang/custom/sbin/init",le="2.5"} 4 http_request_duration_seconds_bucket{path="/static/lang/custom/sbin/init",le="5"} 4 http_request_duration_seconds_bucket{path="/static/lang/custom/sbin/init",le="10"} 4 http_request_duration_seconds_bucket{path="/static/lang/custom/sbin/init",le="+Inf"} 4 http_request_duration_seconds_sum{path="/static/lang/custom/sbin/init"} 4.4529e-05 http_request_duration_seconds_count{path="/static/lang/custom/sbin/init"} 4 http_request_duration_seconds_bucket{path="/telescope/requests",le="0.005"} 1 http_request_duration_seconds_bucket{path="/telescope/requests",le="0.01"} 1 http_request_duration_seconds_bucket{path="/telescope/requests",le="0.025"} 1 http_request_duration_seconds_bucket{path="/telescope/requests",le="0.05"} 1 http_request_duration_seconds_bucket{path="/telescope/requests",le="0.1"} 1 http_request_duration_seconds_bucket{path="/telescope/requests",le="0.25"} 1 http_request_duration_seconds_bucket{path="/telescope/requests",le="0.5"} 1 http_request_duration_seconds_bucket{path="/telescope/requests",le="1"} 1 http_request_duration_seconds_bucket{path="/telescope/requests",le="2.5"} 1 http_request_duration_seconds_bucket{path="/telescope/requests",le="5"} 1 http_request_duration_seconds_bucket{path="/telescope/requests",le="10"} 1 http_request_duration_seconds_bucket{path="/telescope/requests",le="+Inf"} 1 http_request_duration_seconds_sum{path="/telescope/requests"} 1.1497e-05 http_request_duration_seconds_count{path="/telescope/requests"} 1 http_request_duration_seconds_bucket{path="/v2/_catalog",le="0.005"} 1 http_request_duration_seconds_bucket{path="/v2/_catalog",le="0.01"} 1 http_request_duration_seconds_bucket{path="/v2/_catalog",le="0.025"} 1 http_request_duration_seconds_bucket{path="/v2/_catalog",le="0.05"} 1 http_request_duration_seconds_bucket{path="/v2/_catalog",le="0.1"} 1 http_request_duration_seconds_bucket{path="/v2/_catalog",le="0.25"} 1 http_request_duration_seconds_bucket{path="/v2/_catalog",le="0.5"} 1 http_request_duration_seconds_bucket{path="/v2/_catalog",le="1"} 1 http_request_duration_seconds_bucket{path="/v2/_catalog",le="2.5"} 1 http_request_duration_seconds_bucket{path="/v2/_catalog",le="5"} 1 http_request_duration_seconds_bucket{path="/v2/_catalog",le="10"} 1 http_request_duration_seconds_bucket{path="/v2/_catalog",le="+Inf"} 1 http_request_duration_seconds_sum{path="/v2/_catalog"} 8.737e-06 http_request_duration_seconds_count{path="/v2/_catalog"} 1 # HELP http_requests_total Total number of HTTP requests # TYPE http_requests_total counter http_requests_total{method="GET",path="/"} 33 http_requests_total{method="GET",path="/.DS_Store"} 1 http_requests_total{method="GET",path="/.aws/credentials"} 1 http_requests_total{method="GET",path="/.env"} 2 http_requests_total{method="GET",path="/.env.backup"} 1 http_requests_total{method="GET",path="/.env.old"} 1 http_requests_total{method="GET",path="/.git/config"} 4 http_requests_total{method="GET",path="/.vscode/sftp.json"} 1 http_requests_total{method="GET",path="/.well-known/acme-challenge/FUnsjTS3oo4B0YlI8H8S11TNuwtyIweLU_J1IZz1rO4"} 3532 http_requests_total{method="GET",path="/@vite/env"} 1 http_requests_total{method="GET",path="/_all_dbs"} 1 http_requests_total{method="GET",path="/about"} 1 http_requests_total{method="GET",path="/actuator/env"} 1 http_requests_total{method="GET",path="/api/v2/static/not.found"} 4 http_requests_total{method="GET",path="/config.json"} 1 http_requests_total{method="GET",path="/debug/default/view"} 1 http_requests_total{method="GET",path="/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application"} 1 http_requests_total{method="GET",path="/favicon.ico"} 35 http_requests_total{method="GET",path="/fonts/ftnt-icons.woff"} 4 http_requests_total{method="GET",path="/healthz"} 53420 http_requests_total{method="GET",path="/info.php"} 1 http_requests_total{method="GET",path="/js/twint_ch.js"} 1 http_requests_total{method="GET",path="/lang/custom/sbin/init"} 3 http_requests_total{method="GET",path="/lang/legacy/filechecksum"} 4 http_requests_total{method="GET",path="/login"} 5 http_requests_total{method="GET",path="/login.action"} 1 http_requests_total{method="GET",path="/migadmin/lang/legacy/legacy/filechecksum"} 4 http_requests_total{method="GET",path="/products"} 4 http_requests_total{method="GET",path="/remote/logincheck"} 4 http_requests_total{method="GET",path="/robots.txt"} 2 http_requests_total{method="GET",path="/s/937313e2130323e2434323e25333/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties"} 1 http_requests_total{method="GET",path="/server"} 1 http_requests_total{method="GET",path="/server-status"} 1 http_requests_total{method="GET",path="/static/lang/custom/sbin/init"} 4 http_requests_total{method="GET",path="/telescope/requests"} 1 http_requests_total{method="GET",path="/v2/_catalog"} 1 http_requests_total{method="HEAD",path="/"} 1 http_requests_total{method="HEAD",path="/favicon.ico"} 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 56.98 # 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 3.246302734e+09 # HELP process_network_transmit_bytes_total Number of bytes sent by the process over the network. # TYPE process_network_transmit_bytes_total counter process_network_transmit_bytes_total 8.0066439e+08 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 9 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 1.4532608e+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.75102992537e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 1.266147328e+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"} 24 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0