# 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"} 2.7689e-05 go_gc_duration_seconds{quantile="0.25"} 5.1691e-05 go_gc_duration_seconds{quantile="0.5"} 9.552e-05 go_gc_duration_seconds{quantile="0.75"} 0.000158582 go_gc_duration_seconds{quantile="1"} 0.000266333 go_gc_duration_seconds_sum 0.032678466 go_gc_duration_seconds_count 320 # 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 1.754032e+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.06022224e+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.467579e+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.196995e+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.988784e+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 1.754032e+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 4.128768e+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 3.60448e+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 13857 # 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 3.760128e+06 # HELP go_memstats_heap_sys_bytes Number of heap bytes obtained from system. Equals to /memory/classes/heap/objects:bytes + /memory/classes/heap/unused:bytes + /memory/classes/heap/released:bytes + /memory/classes/heap/free:bytes. # TYPE go_memstats_heap_sys_bytes gauge go_memstats_heap_sys_bytes 7.733248e+06 # HELP go_memstats_last_gc_time_seconds Number of seconds since 1970 of last garbage collection. # TYPE go_memstats_last_gc_time_seconds gauge go_memstats_last_gc_time_seconds 1.7904610229363656e+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.210852e+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 75520 # HELP go_memstats_mspan_sys_bytes Number of bytes used for mspan structures obtained from system. Equals to /memory/classes/metadata/mspan/inuse:bytes + /memory/classes/metadata/mspan/free:bytes. # TYPE go_memstats_mspan_sys_bytes gauge go_memstats_mspan_sys_bytes 97920 # HELP go_memstats_next_gc_bytes Number of heap bytes when next garbage collection will take place. Equals to /gc/heap/goal:bytes. # TYPE go_memstats_next_gc_bytes gauge go_memstats_next_gc_bytes 4.194304e+06 # HELP go_memstats_other_sys_bytes Number of bytes used for other system allocations. Equals to /memory/classes/other:bytes. # TYPE go_memstats_other_sys_bytes gauge go_memstats_other_sys_bytes 515093 # 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 655360 # 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 655360 # 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.3474056e+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 8 # HELP http_request_duration_seconds Histogram of response latencies for HTTP requests. # TYPE http_request_duration_seconds histogram http_request_duration_seconds_bucket{method="GET",path="/",le="0.001"} 5 http_request_duration_seconds_bucket{method="GET",path="/",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/"} 0.000136538 http_request_duration_seconds_count{method="GET",path="/"} 5 http_request_duration_seconds_bucket{method="GET",path="/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env"} 3.5835e-05 http_request_duration_seconds_count{method="GET",path="/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.backup",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.backup",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.backup",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.backup",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.backup",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.backup",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.backup",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.backup",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.backup",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.backup",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.backup",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.backup"} 3.164e-05 http_request_duration_seconds_count{method="GET",path="/.env.backup"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.backup1",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.backup1",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.backup1",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.backup1",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.backup1",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.backup1",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.backup1",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.backup1",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.backup1",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.backup1",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.backup1",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.backup1"} 3.1643e-05 http_request_duration_seconds_count{method="GET",path="/.env.backup1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.backup2",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.backup2",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.backup2",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.backup2",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.backup2",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.backup2",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.backup2",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.backup2",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.backup2",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.backup2",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.backup2",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.backup2"} 2.5673e-05 http_request_duration_seconds_count{method="GET",path="/.env.backup2"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.bak",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.bak",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.bak",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.bak",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.bak",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.bak",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.bak",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.bak",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.bak",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.bak",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.bak",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.bak"} 1.3751e-05 http_request_duration_seconds_count{method="GET",path="/.env.bak"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.ci",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.ci",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.ci",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.ci",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.ci",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.ci",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.ci",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.ci",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.ci",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.ci",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.ci",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.ci"} 1.0814e-05 http_request_duration_seconds_count{method="GET",path="/.env.ci"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.dev",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.dev",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.dev",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.dev",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.dev",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.dev",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.dev",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.dev",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.dev",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.dev",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.dev",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.dev"} 3.239e-05 http_request_duration_seconds_count{method="GET",path="/.env.dev"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.development",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.development",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.development",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.development",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.development",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.development",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.development",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.development",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.development",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.development",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.development",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.development"} 3.358e-05 http_request_duration_seconds_count{method="GET",path="/.env.development"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.dist",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.dist",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.dist",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.dist",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.dist",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.dist",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.dist",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.dist",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.dist",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.dist",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.dist",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.dist"} 1.2672e-05 http_request_duration_seconds_count{method="GET",path="/.env.dist"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.docker",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.docker",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.docker",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.docker",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.docker",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.docker",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.docker",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.docker",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.docker",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.docker",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.docker",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.docker"} 1.7403e-05 http_request_duration_seconds_count{method="GET",path="/.env.docker"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.example",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.example",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.example",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.example",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.example",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.example",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.example",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.example",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.example",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.example",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.example",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.example"} 5.9108e-05 http_request_duration_seconds_count{method="GET",path="/.env.example"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.json",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.json",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.json",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.json",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.json",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.json",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.json",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.json",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.json",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.json",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.json",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.json"} 3.9273e-05 http_request_duration_seconds_count{method="GET",path="/.env.json"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.live",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.live",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.live",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.live",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.live",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.live",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.live",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.live",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.live",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.live",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.live",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.live"} 1.3825e-05 http_request_duration_seconds_count{method="GET",path="/.env.live"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.local",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.local",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.local",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.local",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.local",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.local",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.local",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.local",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.local",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.local",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.local",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.local"} 1.4276e-05 http_request_duration_seconds_count{method="GET",path="/.env.local"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.old",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.old",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.old",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.old",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.old",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.old",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.old",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.old",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.old",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.old",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.old",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.old"} 3.4535e-05 http_request_duration_seconds_count{method="GET",path="/.env.old"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.preprod",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.preprod",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.preprod",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.preprod",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.preprod",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.preprod",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.preprod",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.preprod",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.preprod",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.preprod",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.preprod",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.preprod"} 1.2915e-05 http_request_duration_seconds_count{method="GET",path="/.env.preprod"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.prod",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.prod",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.prod",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.prod",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.prod",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.prod",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.prod",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.prod",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.prod",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.prod",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.prod",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.prod"} 1.177e-05 http_request_duration_seconds_count{method="GET",path="/.env.prod"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.production"} 1.4661e-05 http_request_duration_seconds_count{method="GET",path="/.env.production"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.remote",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.remote",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.remote",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.remote",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.remote",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.remote",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.remote",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.remote",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.remote",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.remote",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.remote",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.remote"} 1.0334e-05 http_request_duration_seconds_count{method="GET",path="/.env.remote"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.sample",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.sample",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.sample",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.sample",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.sample",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.sample",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.sample",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.sample",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.sample",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.sample",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.sample",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.sample"} 1.0474e-05 http_request_duration_seconds_count{method="GET",path="/.env.sample"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.save",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.save",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.save",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.save",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.save",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.save",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.save",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.save",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.save",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.save",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.save",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.save"} 4.6337e-05 http_request_duration_seconds_count{method="GET",path="/.env.save"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.stage",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.stage",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.stage",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.stage",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.stage",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.stage",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.stage",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.stage",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.stage",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.stage",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.stage",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.stage"} 1.248e-05 http_request_duration_seconds_count{method="GET",path="/.env.stage"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.staging",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.staging",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.staging",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.staging",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.staging",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.staging",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.staging",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.staging",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.staging",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.staging",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.staging",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.staging"} 3.49e-05 http_request_duration_seconds_count{method="GET",path="/.env.staging"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.swp",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.swp",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.swp",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.swp",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.swp",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.swp",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.swp",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.swp",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.swp",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.swp",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.swp",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.swp"} 6.8698e-05 http_request_duration_seconds_count{method="GET",path="/.env.swp"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.test",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.test",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.test",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.test",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.test",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.test",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.test",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.test",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.test",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.test",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.test",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.test"} 5.8346e-05 http_request_duration_seconds_count{method="GET",path="/.env.test"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.txt",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.txt",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.txt",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.txt",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.txt",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.txt",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.txt",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.txt",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.txt",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.txt",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.txt",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.txt"} 1.6964e-05 http_request_duration_seconds_count{method="GET",path="/.env.txt"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.uat",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.uat",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.uat",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.uat",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.uat",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.uat",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.uat",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.uat",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.uat",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.uat",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.uat",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.uat"} 2.7068e-05 http_request_duration_seconds_count{method="GET",path="/.env.uat"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.yaml",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.yaml",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.yaml",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.yaml",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.yaml",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.yaml",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.yaml",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.yaml",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.yaml",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.yaml",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.yaml",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.yaml"} 2.3403e-05 http_request_duration_seconds_count{method="GET",path="/.env.yaml"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.yml",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.yml",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.yml",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.yml",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.yml",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.yml",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.yml",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.yml",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.yml",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.yml",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.yml",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.yml"} 3.4828e-05 http_request_duration_seconds_count{method="GET",path="/.env.yml"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env1",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env1",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env1",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env1",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env1",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env1",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env1",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env1",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env1",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env1",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env1",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env1"} 3.3415e-05 http_request_duration_seconds_count{method="GET",path="/.env1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env2",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env2",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env2",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env2",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env2",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env2",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env2",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env2",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env2",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env2",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env2",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env2"} 3.435e-05 http_request_duration_seconds_count{method="GET",path="/.env2"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env_copy",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env_copy",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env_copy",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env_copy",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env_copy",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env_copy",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env_copy",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env_copy",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env_copy",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env_copy",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env_copy",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env_copy"} 1.2373e-05 http_request_duration_seconds_count{method="GET",path="/.env_copy"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env~",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env~",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env~",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env~",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env~",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env~",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env~",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env~",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env~",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env~",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env~",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env~"} 1.3414e-05 http_request_duration_seconds_count{method="GET",path="/.env~"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.git/.env"} 3.501e-05 http_request_duration_seconds_count{method="GET",path="/.git/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/config",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/config",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/config",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/config",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/config",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/config",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/config",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/config",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/config",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/config",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/config",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.git/config"} 1.2793e-05 http_request_duration_seconds_count{method="GET",path="/.git/config"} 1 http_request_duration_seconds_bucket{method="GET",path="/.mopj.php",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/.mopj.php",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.mopj.php",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.mopj.php",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.mopj.php",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.mopj.php",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.mopj.php",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.mopj.php",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.mopj.php",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.mopj.php",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.mopj.php",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.mopj.php"} 3.3167e-05 http_request_duration_seconds_count{method="GET",path="/.mopj.php"} 1 http_request_duration_seconds_bucket{method="GET",path="//av.php",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="//av.php",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//av.php",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//av.php",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//av.php",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//av.php",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//av.php",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//av.php",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//av.php",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//av.php",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//av.php",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//av.php"} 1.0861e-05 http_request_duration_seconds_count{method="GET",path="//av.php"} 1 http_request_duration_seconds_bucket{method="GET",path="/100.php",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/100.php",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/100.php",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/100.php",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/100.php",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/100.php",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/100.php",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/100.php",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/100.php",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/100.php",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/100.php",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/100.php"} 1.1564e-05 http_request_duration_seconds_count{method="GET",path="/100.php"} 1 http_request_duration_seconds_bucket{method="GET",path="/133.php",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/133.php",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/133.php",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/133.php",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/133.php",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/133.php",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/133.php",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/133.php",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/133.php",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/133.php",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/133.php",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/133.php"} 1.4189e-05 http_request_duration_seconds_count{method="GET",path="/133.php"} 1 http_request_duration_seconds_bucket{method="GET",path="/222.php",le="0.001"} 2 http_request_duration_seconds_bucket{method="GET",path="/222.php",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/222.php",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/222.php",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/222.php",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/222.php",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/222.php",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/222.php",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/222.php",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/222.php",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/222.php",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/222.php"} 6.8002e-05 http_request_duration_seconds_count{method="GET",path="/222.php"} 2 http_request_duration_seconds_bucket{method="GET",path="/33.php",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/33.php",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/33.php",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/33.php",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/33.php",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/33.php",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/33.php",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/33.php",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/33.php",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/33.php",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/33.php",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/33.php"} 3.409e-05 http_request_duration_seconds_count{method="GET",path="/33.php"} 1 http_request_duration_seconds_bucket{method="GET",path="/3PJcpMFsD8B.php",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/3PJcpMFsD8B.php",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/3PJcpMFsD8B.php",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/3PJcpMFsD8B.php",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/3PJcpMFsD8B.php",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/3PJcpMFsD8B.php",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/3PJcpMFsD8B.php",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/3PJcpMFsD8B.php",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/3PJcpMFsD8B.php",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/3PJcpMFsD8B.php",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/3PJcpMFsD8B.php",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/3PJcpMFsD8B.php"} 4.8173e-05 http_request_duration_seconds_count{method="GET",path="/3PJcpMFsD8B.php"} 1 http_request_duration_seconds_bucket{method="GET",path="/4PJcpMFsD8B.php",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/4PJcpMFsD8B.php",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/4PJcpMFsD8B.php",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/4PJcpMFsD8B.php",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/4PJcpMFsD8B.php",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/4PJcpMFsD8B.php",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/4PJcpMFsD8B.php",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/4PJcpMFsD8B.php",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/4PJcpMFsD8B.php",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/4PJcpMFsD8B.php",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/4PJcpMFsD8B.php",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/4PJcpMFsD8B.php"} 3.3103e-05 http_request_duration_seconds_count{method="GET",path="/4PJcpMFsD8B.php"} 1 http_request_duration_seconds_bucket{method="GET",path="/82.php",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/82.php",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/82.php",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/82.php",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/82.php",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/82.php",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/82.php",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/82.php",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/82.php",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/82.php",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/82.php",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/82.php"} 4.1228e-05 http_request_duration_seconds_count{method="GET",path="/82.php"} 1 http_request_duration_seconds_bucket{method="GET",path="/BDKR28WP.php",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/BDKR28WP.php",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/BDKR28WP.php",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/BDKR28WP.php",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/BDKR28WP.php",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/BDKR28WP.php",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/BDKR28WP.php",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/BDKR28WP.php",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/BDKR28WP.php",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/BDKR28WP.php",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/BDKR28WP.php",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/BDKR28WP.php"} 1.1659e-05 http_request_duration_seconds_count{method="GET",path="/BDKR28WP.php"} 1 http_request_duration_seconds_bucket{method="GET",path="/SDsadqwrf.php",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/SDsadqwrf.php",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/SDsadqwrf.php",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/SDsadqwrf.php",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/SDsadqwrf.php",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/SDsadqwrf.php",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/SDsadqwrf.php",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/SDsadqwrf.php",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/SDsadqwrf.php",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/SDsadqwrf.php",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/SDsadqwrf.php",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/SDsadqwrf.php"} 4.4993e-05 http_request_duration_seconds_count{method="GET",path="/SDsadqwrf.php"} 1 http_request_duration_seconds_bucket{method="GET",path="/_environment",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/_environment",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/_environment",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/_environment",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/_environment",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/_environment",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/_environment",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/_environment",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/_environment",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/_environment",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/_environment",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/_environment"} 1.1474e-05 http_request_duration_seconds_count{method="GET",path="/_environment"} 1 http_request_duration_seconds_bucket{method="GET",path="/_phpinfo.php",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/_phpinfo.php",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/_phpinfo.php",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/_phpinfo.php",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/_phpinfo.php",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/_phpinfo.php",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/_phpinfo.php",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/_phpinfo.php",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/_phpinfo.php",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/_phpinfo.php",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/_phpinfo.php",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/_phpinfo.php"} 1.0032e-05 http_request_duration_seconds_count{method="GET",path="/_phpinfo.php"} 1 http_request_duration_seconds_bucket{method="GET",path="/_profiler/phpinfo",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/_profiler/phpinfo",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/_profiler/phpinfo",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/_profiler/phpinfo",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/_profiler/phpinfo",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/_profiler/phpinfo",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/_profiler/phpinfo",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/_profiler/phpinfo",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/_profiler/phpinfo",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/_profiler/phpinfo",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/_profiler/phpinfo",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/_profiler/phpinfo"} 3.9495e-05 http_request_duration_seconds_count{method="GET",path="/_profiler/phpinfo"} 1 http_request_duration_seconds_bucket{method="GET",path="/ab.php",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/ab.php",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/ab.php",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/ab.php",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/ab.php",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/ab.php",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ab.php",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/ab.php",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ab.php",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ab.php",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ab.php",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/ab.php"} 1.3762e-05 http_request_duration_seconds_count{method="GET",path="/ab.php"} 1 http_request_duration_seconds_bucket{method="GET",path="/about.php",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/about.php",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/about.php",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/about.php",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/about.php",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/about.php",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/about.php",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/about.php",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/about.php",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/about.php",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/about.php",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/about.php"} 1.1598e-05 http_request_duration_seconds_count{method="GET",path="/about.php"} 1 http_request_duration_seconds_bucket{method="GET",path="/actions/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/actions/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/actions/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/actions/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/actions/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/actions/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/actions/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/actions/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/actions/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/actions/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/actions/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/actions/.env"} 7.0007e-05 http_request_duration_seconds_count{method="GET",path="/actions/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin-panel/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin-panel/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin-panel/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin-panel/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin-panel/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin-panel/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin-panel/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin-panel/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin-panel/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin-panel/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin-panel/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/admin-panel/.env"} 1.1941e-05 http_request_duration_seconds_count{method="GET",path="/admin-panel/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.php",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.php",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.php",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.php",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.php",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.php",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.php",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.php",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.php",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.php",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.php",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/admin.php"} 2.7802e-05 http_request_duration_seconds_count{method="GET",path="/admin.php"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.php/nope.php",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.php/nope.php",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.php/nope.php",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.php/nope.php",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.php/nope.php",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.php/nope.php",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.php/nope.php",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.php/nope.php",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.php/nope.php",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.php/nope.php",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.php/nope.php",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/admin.php/nope.php"} 3.468e-05 http_request_duration_seconds_count{method="GET",path="/admin.php/nope.php"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/admin/.env"} 1.1208e-05 http_request_duration_seconds_count{method="GET",path="/admin/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/phpinfo.php",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/phpinfo.php",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/phpinfo.php",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/phpinfo.php",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/phpinfo.php",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/phpinfo.php",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/phpinfo.php",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/phpinfo.php",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/phpinfo.php",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/phpinfo.php",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/phpinfo.php",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/admin/phpinfo.php"} 3.0087e-05 http_request_duration_seconds_count{method="GET",path="/admin/phpinfo.php"} 1 http_request_duration_seconds_bucket{method="GET",path="/adminfuns.php",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/adminfuns.php",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/adminfuns.php",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/adminfuns.php",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/adminfuns.php",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/adminfuns.php",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/adminfuns.php",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/adminfuns.php",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/adminfuns.php",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/adminfuns.php",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/adminfuns.php",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/adminfuns.php"} 3.9369e-05 http_request_duration_seconds_count{method="GET",path="/adminfuns.php"} 1 http_request_duration_seconds_bucket{method="GET",path="/administrator/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/administrator/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/administrator/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/administrator/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/administrator/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/administrator/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/administrator/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/administrator/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/administrator/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/administrator/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/administrator/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/administrator/.env"} 3.2693e-05 http_request_duration_seconds_count{method="GET",path="/administrator/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/administrator/phpinfo.php",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/administrator/phpinfo.php",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/administrator/phpinfo.php",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/administrator/phpinfo.php",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/administrator/phpinfo.php",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/administrator/phpinfo.php",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/administrator/phpinfo.php",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/administrator/phpinfo.php",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/administrator/phpinfo.php",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/administrator/phpinfo.php",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/administrator/phpinfo.php",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/administrator/phpinfo.php"} 1.209e-05 http_request_duration_seconds_count{method="GET",path="/administrator/phpinfo.php"} 1 http_request_duration_seconds_bucket{method="GET",path="/angular/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/angular/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/angular/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/angular/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/angular/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/angular/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/angular/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/angular/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/angular/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/angular/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/angular/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/angular/.env"} 1.0793e-05 http_request_duration_seconds_count{method="GET",path="/angular/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/ano.php",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/ano.php",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/ano.php",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/ano.php",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/ano.php",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/ano.php",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ano.php",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/ano.php",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ano.php",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ano.php",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ano.php",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/ano.php"} 1.4314e-05 http_request_duration_seconds_count{method="GET",path="/ano.php"} 1 http_request_duration_seconds_bucket{method="GET",path="/ansible/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/ansible/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/ansible/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/ansible/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/ansible/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/ansible/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ansible/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/ansible/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ansible/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ansible/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ansible/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/ansible/.env"} 2.8185e-05 http_request_duration_seconds_count{method="GET",path="/ansible/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api/.env"} 8.1251e-05 http_request_duration_seconds_count{method="GET",path="/api/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/dev/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/dev/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/dev/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/dev/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/dev/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/dev/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/dev/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/dev/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/dev/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/dev/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/dev/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api/dev/.env"} 1.4067e-05 http_request_duration_seconds_count{method="GET",path="/api/dev/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/staging/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/staging/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/staging/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/staging/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/staging/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/staging/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/staging/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/staging/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/staging/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/staging/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/staging/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api/staging/.env"} 3.2832e-05 http_request_duration_seconds_count{method="GET",path="/api/staging/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api/v1/.env"} 1.0521e-05 http_request_duration_seconds_count{method="GET",path="/api/v1/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v2/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v2/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v2/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v2/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v2/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v2/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v2/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v2/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v2/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v2/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v2/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api/v2/.env"} 3.4148e-05 http_request_duration_seconds_count{method="GET",path="/api/v2/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v3/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v3/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v3/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v3/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v3/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v3/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v3/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v3/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v3/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v3/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v3/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api/v3/.env"} 1.5476e-05 http_request_duration_seconds_count{method="GET",path="/api/v3/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/app/.env"} 3.2777e-05 http_request_duration_seconds_count{method="GET",path="/app/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/application/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/application/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/application/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/application/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/application/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/application/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/application/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/application/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/application/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/application/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/application/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/application/.env"} 1.1395e-05 http_request_duration_seconds_count{method="GET",path="/application/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/apps/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/apps/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/apps/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/apps/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/apps/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/apps/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/apps/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/apps/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/apps/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/apps/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/apps/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/apps/.env"} 1.195e-05 http_request_duration_seconds_count{method="GET",path="/apps/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/assets/.env"} 1.2781e-05 http_request_duration_seconds_count{method="GET",path="/assets/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/auth",le="0.001"} 2 http_request_duration_seconds_bucket{method="GET",path="/auth",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/auth",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/auth",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/auth",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/auth",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/auth",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/auth",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/auth",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/auth",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/auth",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/auth"} 2.4403e-05 http_request_duration_seconds_count{method="GET",path="/auth"} 2 http_request_duration_seconds_bucket{method="GET",path="/auth/login",le="0.001"} 2 http_request_duration_seconds_bucket{method="GET",path="/auth/login",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/auth/login",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/auth/login",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/auth/login",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/auth/login",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/auth/login",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/auth/login",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/auth/login",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/auth/login",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/auth/login",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/auth/login"} 5.436e-05 http_request_duration_seconds_count{method="GET",path="/auth/login"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/aws/.env"} 2.447e-05 http_request_duration_seconds_count{method="GET",path="/aws/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/azure/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/azure/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/azure/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/azure/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/azure/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/azure/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/azure/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/azure/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/azure/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/azure/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/azure/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/azure/.env"} 1.0348e-05 http_request_duration_seconds_count{method="GET",path="/azure/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/b8.php",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/b8.php",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/b8.php",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/b8.php",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/b8.php",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/b8.php",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/b8.php",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/b8.php",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/b8.php",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/b8.php",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/b8.php",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/b8.php"} 1.3899e-05 http_request_duration_seconds_count{method="GET",path="/b8.php"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/backend/.env"} 1.1542e-05 http_request_duration_seconds_count{method="GET",path="/backend/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/backup/.env"} 0.000107449 http_request_duration_seconds_count{method="GET",path="/backup/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/backups/.env"} 7.1874e-05 http_request_duration_seconds_count{method="GET",path="/backups/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/beta/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/beta/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/beta/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/beta/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/beta/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/beta/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/beta/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/beta/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/beta/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/beta/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/beta/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/beta/.env"} 1.1262e-05 http_request_duration_seconds_count{method="GET",path="/beta/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/beta/phpinfo.php",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/beta/phpinfo.php",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/beta/phpinfo.php",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/beta/phpinfo.php",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/beta/phpinfo.php",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/beta/phpinfo.php",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/beta/phpinfo.php",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/beta/phpinfo.php",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/beta/phpinfo.php",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/beta/phpinfo.php",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/beta/phpinfo.php",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/beta/phpinfo.php"} 1.1543e-05 http_request_duration_seconds_count{method="GET",path="/beta/phpinfo.php"} 1 http_request_duration_seconds_bucket{method="GET",path="/bin/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/bin/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/bin/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/bin/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/bin/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/bin/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/bin/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/bin/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/bin/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/bin/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/bin/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/bin/.env"} 3.2126e-05 http_request_duration_seconds_count{method="GET",path="/bin/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/biufile.php",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/biufile.php",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/biufile.php",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/biufile.php",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/biufile.php",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/biufile.php",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/biufile.php",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/biufile.php",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/biufile.php",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/biufile.php",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/biufile.php",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/biufile.php"} 1.0866e-05 http_request_duration_seconds_count{method="GET",path="/biufile.php"} 1 http_request_duration_seconds_bucket{method="GET",path="/blurbs.php",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/blurbs.php",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/blurbs.php",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/blurbs.php",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/blurbs.php",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/blurbs.php",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/blurbs.php",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/blurbs.php",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/blurbs.php",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/blurbs.php",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/blurbs.php",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/blurbs.php"} 1.1004e-05 http_request_duration_seconds_count{method="GET",path="/blurbs.php"} 1 http_request_duration_seconds_bucket{method="GET",path="/bootstrap/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/bootstrap/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/bootstrap/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/bootstrap/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/bootstrap/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/bootstrap/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/bootstrap/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/bootstrap/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/bootstrap/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/bootstrap/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/bootstrap/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/bootstrap/.env"} 1.3704e-05 http_request_duration_seconds_count{method="GET",path="/bootstrap/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/brevo/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/brevo/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/brevo/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/brevo/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/brevo/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/brevo/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/brevo/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/brevo/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/brevo/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/brevo/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/brevo/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/brevo/.env"} 5.1499e-05 http_request_duration_seconds_count{method="GET",path="/brevo/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/btx25.php",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/btx25.php",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/btx25.php",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/btx25.php",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/btx25.php",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/btx25.php",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/btx25.php",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/btx25.php",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/btx25.php",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/btx25.php",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/btx25.php",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/btx25.php"} 1.2807e-05 http_request_duration_seconds_count{method="GET",path="/btx25.php"} 1 http_request_duration_seconds_bucket{method="GET",path="/build/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/build/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/build/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/build/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/build/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/build/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/build/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/build/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/build/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/build/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/build/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/build/.env"} 4.4481e-05 http_request_duration_seconds_count{method="GET",path="/build/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/buildkite/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/buildkite/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/buildkite/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/buildkite/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/buildkite/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/buildkite/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/buildkite/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/buildkite/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/buildkite/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/buildkite/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/buildkite/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/buildkite/.env"} 2.1882e-05 http_request_duration_seconds_count{method="GET",path="/buildkite/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/bulk/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/bulk/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/bulk/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/bulk/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/bulk/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/bulk/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/bulk/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/bulk/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/bulk/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/bulk/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/bulk/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/bulk/.env"} 3.4814e-05 http_request_duration_seconds_count{method="GET",path="/bulk/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/cache/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/cache/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/cache/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/cache/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/cache/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/cache/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/cache/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/cache/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cache/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/cache/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cache/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/cache/.env"} 3.3461e-05 http_request_duration_seconds_count{method="GET",path="/cache/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/cakephp/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/cakephp/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/cakephp/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/cakephp/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/cakephp/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/cakephp/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/cakephp/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/cakephp/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cakephp/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/cakephp/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cakephp/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/cakephp/.env"} 1.8423e-05 http_request_duration_seconds_count{method="GET",path="/cakephp/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/campaign/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/campaign/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/campaign/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/campaign/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/campaign/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/campaign/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/campaign/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/campaign/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/campaign/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/campaign/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/campaign/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/campaign/.env"} 1.4016e-05 http_request_duration_seconds_count{method="GET",path="/campaign/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/ccc.php",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/ccc.php",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/ccc.php",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/ccc.php",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/ccc.php",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/ccc.php",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ccc.php",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/ccc.php",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ccc.php",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ccc.php",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ccc.php",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/ccc.php"} 3.8172e-05 http_request_duration_seconds_count{method="GET",path="/ccc.php"} 1 http_request_duration_seconds_bucket{method="GET",path="/cd/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/cd/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/cd/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/cd/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/cd/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/cd/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/cd/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/cd/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cd/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/cd/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cd/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/cd/.env"} 3.3837e-05 http_request_duration_seconds_count{method="GET",path="/cd/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/ci/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/ci/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/ci/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/ci/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/ci/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/ci/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ci/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/ci/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ci/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ci/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ci/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/ci/.env"} 1.2084e-05 http_request_duration_seconds_count{method="GET",path="/ci/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/circleci/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/circleci/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/circleci/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/circleci/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/circleci/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/circleci/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/circleci/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/circleci/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/circleci/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/circleci/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/circleci/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/circleci/.env"} 1.1995e-05 http_request_duration_seconds_count{method="GET",path="/circleci/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/classwithtostring.php",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/classwithtostring.php",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/classwithtostring.php",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/classwithtostring.php",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/classwithtostring.php",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/classwithtostring.php",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/classwithtostring.php",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/classwithtostring.php",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/classwithtostring.php",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/classwithtostring.php",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/classwithtostring.php",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/classwithtostring.php"} 1.4776e-05 http_request_duration_seconds_count{method="GET",path="/classwithtostring.php"} 1 http_request_duration_seconds_bucket{method="GET",path="/client/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/client/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/client/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/client/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/client/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/client/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/client/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/client/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/client/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/client/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/client/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/client/.env"} 3.1539e-05 http_request_duration_seconds_count{method="GET",path="/client/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/cloud/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/cloud/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/cloud/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/cloud/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/cloud/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/cloud/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/cloud/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/cloud/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cloud/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/cloud/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cloud/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/cloud/.env"} 1.6501e-05 http_request_duration_seconds_count{method="GET",path="/cloud/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/cms/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/cms/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/cms/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/cms/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/cms/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/cms/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/cms/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/cms/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cms/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/cms/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cms/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/cms/.env"} 1.0399e-05 http_request_duration_seconds_count{method="GET",path="/cms/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/codeigniter/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/codeigniter/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/codeigniter/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/codeigniter/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/codeigniter/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/codeigniter/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/codeigniter/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/codeigniter/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/codeigniter/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/codeigniter/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/codeigniter/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/codeigniter/.env"} 3.4342e-05 http_request_duration_seconds_count{method="GET",path="/codeigniter/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/coffee.php",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/coffee.php",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/coffee.php",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/coffee.php",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/coffee.php",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/coffee.php",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/coffee.php",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/coffee.php",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/coffee.php",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/coffee.php",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/coffee.php",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/coffee.php"} 3.5241e-05 http_request_duration_seconds_count{method="GET",path="/coffee.php"} 1 http_request_duration_seconds_bucket{method="GET",path="/coffexium.php",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/coffexium.php",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/coffexium.php",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/coffexium.php",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/coffexium.php",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/coffexium.php",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/coffexium.php",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/coffexium.php",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/coffexium.php",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/coffexium.php",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/coffexium.php",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/coffexium.php"} 4.341e-05 http_request_duration_seconds_count{method="GET",path="/coffexium.php"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/config/.env"} 3.3469e-05 http_request_duration_seconds_count{method="GET",path="/config/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/app/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/app/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/app/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/app/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/app/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/app/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/app/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/app/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/app/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/app/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/app/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/config/app/.env"} 1.855e-05 http_request_duration_seconds_count{method="GET",path="/config/app/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/control-panel/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/control-panel/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/control-panel/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/control-panel/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/control-panel/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/control-panel/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/control-panel/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/control-panel/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/control-panel/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/control-panel/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/control-panel/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/control-panel/.env"} 1.1165e-05 http_request_duration_seconds_count{method="GET",path="/control-panel/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/core/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/core/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/core/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/core/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/core/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/core/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/core/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/core/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/core/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/core/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/core/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/core/.env"} 4.4032e-05 http_request_duration_seconds_count{method="GET",path="/core/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/core/app/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/core/app/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/core/app/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/core/app/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/core/app/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/core/app/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/core/app/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/core/app/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/core/app/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/core/app/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/core/app/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/core/app/.env"} 1.3053e-05 http_request_duration_seconds_count{method="GET",path="/core/app/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/core/phpinfo.php",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/core/phpinfo.php",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/core/phpinfo.php",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/core/phpinfo.php",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/core/phpinfo.php",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/core/phpinfo.php",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/core/phpinfo.php",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/core/phpinfo.php",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/core/phpinfo.php",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/core/phpinfo.php",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/core/phpinfo.php",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/core/phpinfo.php"} 2.3298e-05 http_request_duration_seconds_count{method="GET",path="/core/phpinfo.php"} 1 http_request_duration_seconds_bucket{method="GET",path="/cpanel/phpinfo.php",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/cpanel/phpinfo.php",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/cpanel/phpinfo.php",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/cpanel/phpinfo.php",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/cpanel/phpinfo.php",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/cpanel/phpinfo.php",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/cpanel/phpinfo.php",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/cpanel/phpinfo.php",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cpanel/phpinfo.php",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/cpanel/phpinfo.php",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cpanel/phpinfo.php",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/cpanel/phpinfo.php"} 1.4245e-05 http_request_duration_seconds_count{method="GET",path="/cpanel/phpinfo.php"} 1 http_request_duration_seconds_bucket{method="GET",path="/crm/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/crm/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/crm/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/crm/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/crm/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/crm/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/crm/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/crm/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/crm/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/crm/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/crm/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/crm/.env"} 3.4319e-05 http_request_duration_seconds_count{method="GET",path="/crm/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/cron/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/cron/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/cron/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/cron/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/cron/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/cron/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/cron/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/cron/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cron/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/cron/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cron/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/cron/.env"} 3.4424e-05 http_request_duration_seconds_count{method="GET",path="/cron/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/cronlab/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/cronlab/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/cronlab/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/cronlab/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/cronlab/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/cronlab/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/cronlab/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/cronlab/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cronlab/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/cronlab/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cronlab/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/cronlab/.env"} 1.2406e-05 http_request_duration_seconds_count{method="GET",path="/cronlab/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/current/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/current/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/current/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/current/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/current/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/current/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/current/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/current/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/current/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/current/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/current/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/current/.env"} 4.4938e-05 http_request_duration_seconds_count{method="GET",path="/current/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/dashboard/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/dashboard/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/dashboard/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/dashboard/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/dashboard/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/dashboard/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dashboard/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/dashboard/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dashboard/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dashboard/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dashboard/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/dashboard/.env"} 3.5475e-05 http_request_duration_seconds_count{method="GET",path="/dashboard/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/database/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/database/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/database/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/database/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/database/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/database/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/database/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/database/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/database/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/database/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/database/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/database/.env"} 2.2793e-05 http_request_duration_seconds_count{method="GET",path="/database/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.php/new.php",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.php/new.php",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.php/new.php",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.php/new.php",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.php/new.php",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.php/new.php",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.php/new.php",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.php/new.php",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.php/new.php",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.php/new.php",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.php/new.php",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/db.php/new.php"} 3.633e-05 http_request_duration_seconds_count{method="GET",path="/db.php/new.php"} 1 http_request_duration_seconds_bucket{method="GET",path="/debug.php",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/debug.php",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/debug.php",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/debug.php",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/debug.php",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/debug.php",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/debug.php",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/debug.php",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/debug.php",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/debug.php",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/debug.php",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/debug.php"} 1.1903e-05 http_request_duration_seconds_count{method="GET",path="/debug.php"} 1 http_request_duration_seconds_bucket{method="GET",path="/deploy/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/deploy/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/deploy/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/deploy/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/deploy/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/deploy/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/deploy/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/deploy/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/deploy/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/deploy/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/deploy/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/deploy/.env"} 3.6852e-05 http_request_duration_seconds_count{method="GET",path="/deploy/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/dev/.env"} 1.1475e-05 http_request_duration_seconds_count{method="GET",path="/dev/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev/phpinfo.php",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev/phpinfo.php",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev/phpinfo.php",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev/phpinfo.php",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev/phpinfo.php",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev/phpinfo.php",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev/phpinfo.php",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev/phpinfo.php",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev/phpinfo.php",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev/phpinfo.php",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev/phpinfo.php",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/dev/phpinfo.php"} 3.2253e-05 http_request_duration_seconds_count{method="GET",path="/dev/phpinfo.php"} 1 http_request_duration_seconds_bucket{method="GET",path="/development/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/development/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/development/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/development/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/development/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/development/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/development/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/development/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/development/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/development/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/development/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/development/.env"} 7.3344e-05 http_request_duration_seconds_count{method="GET",path="/development/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/dex.php",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/dex.php",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/dex.php",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/dex.php",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/dex.php",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/dex.php",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dex.php",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/dex.php",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dex.php",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dex.php",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dex.php",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/dex.php"} 1.356e-05 http_request_duration_seconds_count{method="GET",path="/dex.php"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/dist/.env"} 1.3828e-05 http_request_duration_seconds_count{method="GET",path="/dist/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/docker/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/docker/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/docker/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/docker/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/docker/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/docker/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/docker/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/docker/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/docker/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/docker/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/docker/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/docker/.env"} 5.5486e-05 http_request_duration_seconds_count{method="GET",path="/docker/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/docs/phpinfo.php",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/docs/phpinfo.php",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/docs/phpinfo.php",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/docs/phpinfo.php",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/docs/phpinfo.php",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/docs/phpinfo.php",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/docs/phpinfo.php",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/docs/phpinfo.php",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/docs/phpinfo.php",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/docs/phpinfo.php",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/docs/phpinfo.php",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/docs/phpinfo.php"} 2.6778e-05 http_request_duration_seconds_count{method="GET",path="/docs/phpinfo.php"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/drupal/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/drupal/.env"} 1.3695e-05 http_request_duration_seconds_count{method="GET",path="/drupal/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/elasticsearch/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/elasticsearch/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/elasticsearch/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/elasticsearch/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/elasticsearch/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/elasticsearch/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/elasticsearch/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/elasticsearch/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/elasticsearch/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/elasticsearch/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/elasticsearch/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/elasticsearch/.env"} 1.9747e-05 http_request_duration_seconds_count{method="GET",path="/elasticsearch/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/email/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/email/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/email/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/email/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/email/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/email/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/email/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/email/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/email/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/email/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/email/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/email/.env"} 3.0611e-05 http_request_duration_seconds_count{method="GET",path="/email/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/en/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/en/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/en/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/en/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/en/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/en/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/en/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/en/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/en/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/en/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/en/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/en/.env"} 1.1975e-05 http_request_duration_seconds_count{method="GET",path="/en/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/erp/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/erp/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/erp/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/erp/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/erp/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/erp/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/erp/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/erp/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/erp/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/erp/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/erp/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/erp/.env"} 2.0029e-05 http_request_duration_seconds_count{method="GET",path="/erp/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/exapi/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/exapi/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/exapi/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/exapi/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/exapi/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/exapi/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/exapi/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/exapi/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/exapi/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/exapi/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/exapi/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/exapi/.env"} 3.2404e-05 http_request_duration_seconds_count{method="GET",path="/exapi/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/express/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/express/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/express/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/express/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/express/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/express/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/express/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/express/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/express/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/express/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/express/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/express/.env"} 4.4649e-05 http_request_duration_seconds_count{method="GET",path="/express/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/f35.php",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/f35.php",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/f35.php",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/f35.php",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/f35.php",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/f35.php",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/f35.php",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/f35.php",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/f35.php",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/f35.php",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/f35.php",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/f35.php"} 6.7277e-05 http_request_duration_seconds_count{method="GET",path="/f35.php"} 1 http_request_duration_seconds_bucket{method="GET",path="/favicon.ico",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/favicon.ico",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/favicon.ico",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/favicon.ico",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/favicon.ico",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/favicon.ico",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/favicon.ico",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/favicon.ico",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/favicon.ico",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/favicon.ico",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/favicon.ico",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/favicon.ico"} 1.085e-05 http_request_duration_seconds_count{method="GET",path="/favicon.ico"} 1 http_request_duration_seconds_bucket{method="GET",path="/file15.php",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/file15.php",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/file15.php",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/file15.php",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/file15.php",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/file15.php",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/file15.php",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/file15.php",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/file15.php",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/file15.php",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/file15.php",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/file15.php"} 3.2517e-05 http_request_duration_seconds_count{method="GET",path="/file15.php"} 1 http_request_duration_seconds_bucket{method="GET",path="/file2.php",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/file2.php",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/file2.php",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/file2.php",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/file2.php",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/file2.php",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/file2.php",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/file2.php",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/file2.php",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/file2.php",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/file2.php",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/file2.php"} 3.5255e-05 http_request_duration_seconds_count{method="GET",path="/file2.php"} 1 http_request_duration_seconds_bucket{method="GET",path="/file5.php",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/file5.php",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/file5.php",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/file5.php",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/file5.php",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/file5.php",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/file5.php",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/file5.php",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/file5.php",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/file5.php",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/file5.php",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/file5.php"} 3.5083e-05 http_request_duration_seconds_count{method="GET",path="/file5.php"} 1 http_request_duration_seconds_bucket{method="GET",path="/file61.php",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/file61.php",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/file61.php",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/file61.php",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/file61.php",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/file61.php",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/file61.php",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/file61.php",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/file61.php",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/file61.php",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/file61.php",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/file61.php"} 1.3176e-05 http_request_duration_seconds_count{method="GET",path="/file61.php"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.php/new.php",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.php/new.php",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.php/new.php",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.php/new.php",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.php/new.php",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.php/new.php",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.php/new.php",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.php/new.php",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.php/new.php",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.php/new.php",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/files.php/new.php",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/files.php/new.php"} 1.123e-05 http_request_duration_seconds_count{method="GET",path="/files.php/new.php"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/frontend/.env"} 4.0682e-05 http_request_duration_seconds_count{method="GET",path="/frontend/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/gateway/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/gateway/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/gateway/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/gateway/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/gateway/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/gateway/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/gateway/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/gateway/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/gateway/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/gateway/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/gateway/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/gateway/.env"} 2.6003e-05 http_request_duration_seconds_count{method="GET",path="/gateway/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/gcp/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/gcp/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/gcp/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/gcp/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/gcp/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/gcp/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/gcp/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/gcp/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/gcp/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/gcp/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/gcp/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/gcp/.env"} 4.9652e-05 http_request_duration_seconds_count{method="GET",path="/gcp/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/gigi.php",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/gigi.php",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/gigi.php",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/gigi.php",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/gigi.php",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/gigi.php",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/gigi.php",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/gigi.php",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/gigi.php",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/gigi.php",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/gigi.php",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/gigi.php"} 3.3011e-05 http_request_duration_seconds_count{method="GET",path="/gigi.php"} 1 http_request_duration_seconds_bucket{method="GET",path="/github/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/github/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/github/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/github/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/github/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/github/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/github/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/github/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/github/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/github/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/github/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/github/.env"} 1.2917e-05 http_request_duration_seconds_count{method="GET",path="/github/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/gitlab/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/gitlab/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/gitlab/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/gitlab/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/gitlab/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/gitlab/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/gitlab/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/gitlab/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/gitlab/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/gitlab/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/gitlab/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/gitlab/.env"} 7.8082e-05 http_request_duration_seconds_count{method="GET",path="/gitlab/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/goods.php",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/goods.php",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/goods.php",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/goods.php",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/goods.php",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/goods.php",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/goods.php",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/goods.php",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/goods.php",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/goods.php",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/goods.php",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/goods.php"} 3.3959e-05 http_request_duration_seconds_count{method="GET",path="/goods.php"} 1 http_request_duration_seconds_bucket{method="GET",path="/graphql/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/graphql/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/graphql/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/graphql/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/graphql/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/graphql/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/graphql/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/graphql/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/graphql/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/graphql/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/graphql/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/graphql/.env"} 4.5441e-05 http_request_duration_seconds_count{method="GET",path="/graphql/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/healthz",le="0.001"} 3985 http_request_duration_seconds_bucket{method="GET",path="/healthz",le="0.005"} 3985 http_request_duration_seconds_bucket{method="GET",path="/healthz",le="0.01"} 3985 http_request_duration_seconds_bucket{method="GET",path="/healthz",le="0.025"} 3985 http_request_duration_seconds_bucket{method="GET",path="/healthz",le="0.05"} 3985 http_request_duration_seconds_bucket{method="GET",path="/healthz",le="0.1"} 3985 http_request_duration_seconds_bucket{method="GET",path="/healthz",le="0.25"} 3985 http_request_duration_seconds_bucket{method="GET",path="/healthz",le="0.5"} 3985 http_request_duration_seconds_bucket{method="GET",path="/healthz",le="1"} 3985 http_request_duration_seconds_bucket{method="GET",path="/healthz",le="2.5"} 3985 http_request_duration_seconds_bucket{method="GET",path="/healthz",le="+Inf"} 3985 http_request_duration_seconds_sum{method="GET",path="/healthz"} 0.3342848890000003 http_request_duration_seconds_count{method="GET",path="/healthz"} 3985 http_request_duration_seconds_bucket{method="GET",path="/hosting/phpinfo.php",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/hosting/phpinfo.php",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/hosting/phpinfo.php",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/hosting/phpinfo.php",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/hosting/phpinfo.php",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/hosting/phpinfo.php",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/hosting/phpinfo.php",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/hosting/phpinfo.php",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/hosting/phpinfo.php",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/hosting/phpinfo.php",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/hosting/phpinfo.php",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/hosting/phpinfo.php"} 2.1808e-05 http_request_duration_seconds_count{method="GET",path="/hosting/phpinfo.php"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/htdocs/.env"} 9.299e-05 http_request_duration_seconds_count{method="GET",path="/htdocs/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs/phpinfo.php",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs/phpinfo.php",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs/phpinfo.php",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs/phpinfo.php",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs/phpinfo.php",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs/phpinfo.php",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs/phpinfo.php",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs/phpinfo.php",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs/phpinfo.php",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs/phpinfo.php",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/htdocs/phpinfo.php",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/htdocs/phpinfo.php"} 1.0227e-05 http_request_duration_seconds_count{method="GET",path="/htdocs/phpinfo.php"} 1 http_request_duration_seconds_bucket{method="GET",path="/html/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/html/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/html/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/html/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/html/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/html/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/html/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/html/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/html/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/html/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/html/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/html/.env"} 3.3354e-05 http_request_duration_seconds_count{method="GET",path="/html/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/i.php",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/i.php",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/i.php",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/i.php",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/i.php",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/i.php",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/i.php",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/i.php",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/i.php",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/i.php",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/i.php",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/i.php"} 1.1006e-05 http_request_duration_seconds_count{method="GET",path="/i.php"} 1 http_request_duration_seconds_bucket{method="GET",path="/images.php",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/images.php",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/images.php",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/images.php",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/images.php",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/images.php",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/images.php",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/images.php",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/images.php",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/images.php",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/images.php",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/images.php"} 4.9214e-05 http_request_duration_seconds_count{method="GET",path="/images.php"} 1 http_request_duration_seconds_bucket{method="GET",path="/includes/phpinfo.php",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/includes/phpinfo.php",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/includes/phpinfo.php",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/includes/phpinfo.php",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/includes/phpinfo.php",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/includes/phpinfo.php",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/includes/phpinfo.php",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/includes/phpinfo.php",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/includes/phpinfo.php",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/includes/phpinfo.php",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/includes/phpinfo.php",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/includes/phpinfo.php"} 1.2079e-05 http_request_duration_seconds_count{method="GET",path="/includes/phpinfo.php"} 1 http_request_duration_seconds_bucket{method="GET",path="/indo.php",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/indo.php",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/indo.php",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/indo.php",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/indo.php",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/indo.php",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/indo.php",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/indo.php",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/indo.php",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/indo.php",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/indo.php",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/indo.php"} 1.2491e-05 http_request_duration_seconds_count{method="GET",path="/indo.php"} 1 http_request_duration_seconds_bucket{method="GET",path="/info",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/info",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/info",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/info",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/info",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/info",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/info",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/info",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/info",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/info",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/info",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/info"} 2.9851e-05 http_request_duration_seconds_count{method="GET",path="/info"} 1 http_request_duration_seconds_bucket{method="GET",path="/info.php",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/info.php",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/info.php",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/info.php",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/info.php",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/info.php",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/info.php",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/info.php",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/info.php",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/info.php",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/info.php",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/info.php"} 2.2038e-05 http_request_duration_seconds_count{method="GET",path="/info.php"} 1 http_request_duration_seconds_bucket{method="GET",path="/info.php.bak",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/info.php.bak",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/info.php.bak",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/info.php.bak",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/info.php.bak",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/info.php.bak",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/info.php.bak",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/info.php.bak",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/info.php.bak",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/info.php.bak",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/info.php.bak",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/info.php.bak"} 2.1597e-05 http_request_duration_seconds_count{method="GET",path="/info.php.bak"} 1 http_request_duration_seconds_bucket{method="GET",path="/info.php/new.php",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/info.php/new.php",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/info.php/new.php",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/info.php/new.php",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/info.php/new.php",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/info.php/new.php",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/info.php/new.php",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/info.php/new.php",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/info.php/new.php",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/info.php/new.php",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/info.php/new.php",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/info.php/new.php"} 1.1155e-05 http_request_duration_seconds_count{method="GET",path="/info.php/new.php"} 1 http_request_duration_seconds_bucket{method="GET",path="/infrastructure/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/infrastructure/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/infrastructure/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/infrastructure/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/infrastructure/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/infrastructure/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/infrastructure/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/infrastructure/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/infrastructure/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/infrastructure/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/infrastructure/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/infrastructure/.env"} 6.9702e-05 http_request_duration_seconds_count{method="GET",path="/infrastructure/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/inso.php",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/inso.php",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/inso.php",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/inso.php",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/inso.php",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/inso.php",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/inso.php",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/inso.php",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/inso.php",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/inso.php",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/inso.php",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/inso.php"} 1.1997e-05 http_request_duration_seconds_count{method="GET",path="/inso.php"} 1 http_request_duration_seconds_bucket{method="GET",path="/internal/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/internal/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/internal/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/internal/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/internal/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/internal/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/internal/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/internal/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/internal/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/internal/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/internal/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/internal/.env"} 2.3584e-05 http_request_duration_seconds_count{method="GET",path="/internal/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/items/ref_indonesia_banks",le="0.001"} 0 http_request_duration_seconds_bucket{method="GET",path="/items/ref_indonesia_banks",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/items/ref_indonesia_banks",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/items/ref_indonesia_banks",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/items/ref_indonesia_banks",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/items/ref_indonesia_banks",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/items/ref_indonesia_banks",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/items/ref_indonesia_banks",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/items/ref_indonesia_banks",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/items/ref_indonesia_banks",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/items/ref_indonesia_banks",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/items/ref_indonesia_banks"} 0.005303196 http_request_duration_seconds_count{method="GET",path="/items/ref_indonesia_banks"} 2 http_request_duration_seconds_bucket{method="GET",path="/items/ref_indonesia_holidays_skb",le="0.001"} 0 http_request_duration_seconds_bucket{method="GET",path="/items/ref_indonesia_holidays_skb",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/items/ref_indonesia_holidays_skb",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/items/ref_indonesia_holidays_skb",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/items/ref_indonesia_holidays_skb",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/items/ref_indonesia_holidays_skb",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/items/ref_indonesia_holidays_skb",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/items/ref_indonesia_holidays_skb",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/items/ref_indonesia_holidays_skb",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/items/ref_indonesia_holidays_skb",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/items/ref_indonesia_holidays_skb",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/items/ref_indonesia_holidays_skb"} 0.002268343 http_request_duration_seconds_count{method="GET",path="/items/ref_indonesia_holidays_skb"} 1 http_request_duration_seconds_bucket{method="GET",path="/items/ref_indonesia_provinces",le="0.001"} 0 http_request_duration_seconds_bucket{method="GET",path="/items/ref_indonesia_provinces",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/items/ref_indonesia_provinces",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/items/ref_indonesia_provinces",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/items/ref_indonesia_provinces",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/items/ref_indonesia_provinces",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/items/ref_indonesia_provinces",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/items/ref_indonesia_provinces",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/items/ref_indonesia_provinces",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/items/ref_indonesia_provinces",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/items/ref_indonesia_provinces",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/items/ref_indonesia_provinces"} 0.0047359310000000005 http_request_duration_seconds_count{method="GET",path="/items/ref_indonesia_provinces"} 2 http_request_duration_seconds_bucket{method="GET",path="/items/ruangpanji_ventures",le="0.001"} 0 http_request_duration_seconds_bucket{method="GET",path="/items/ruangpanji_ventures",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/items/ruangpanji_ventures",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/items/ruangpanji_ventures",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/items/ruangpanji_ventures",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/items/ruangpanji_ventures",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/items/ruangpanji_ventures",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/items/ruangpanji_ventures",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/items/ruangpanji_ventures",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/items/ruangpanji_ventures",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/items/ruangpanji_ventures",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/items/ruangpanji_ventures"} 0.002032599 http_request_duration_seconds_count{method="GET",path="/items/ruangpanji_ventures"} 1 http_request_duration_seconds_bucket{method="GET",path="/jenkins/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/jenkins/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/jenkins/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/jenkins/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/jenkins/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/jenkins/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/jenkins/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/jenkins/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/jenkins/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/jenkins/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/jenkins/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/jenkins/.env"} 1.1996e-05 http_request_duration_seconds_count{method="GET",path="/jenkins/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/job/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/job/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/job/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/job/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/job/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/job/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/job/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/job/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/job/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/job/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/job/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/job/.env"} 1.1984e-05 http_request_duration_seconds_count{method="GET",path="/job/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/joomla/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/joomla/.env"} 1.1877e-05 http_request_duration_seconds_count{method="GET",path="/joomla/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/k.php",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/k.php",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/k.php",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/k.php",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/k.php",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/k.php",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/k.php",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/k.php",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/k.php",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/k.php",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/k.php",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/k.php"} 3.6534e-05 http_request_duration_seconds_count{method="GET",path="/k.php"} 1 http_request_duration_seconds_bucket{method="GET",path="/k8s/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/k8s/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/k8s/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/k8s/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/k8s/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/k8s/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/k8s/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/k8s/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/k8s/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/k8s/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/k8s/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/k8s/.env"} 5.9616e-05 http_request_duration_seconds_count{method="GET",path="/k8s/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/kafka/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/kafka/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/kafka/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/kafka/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/kafka/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/kafka/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/kafka/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/kafka/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/kafka/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/kafka/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/kafka/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/kafka/.env"} 1.1191e-05 http_request_duration_seconds_count{method="GET",path="/kafka/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/kubernetes/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/kubernetes/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/kubernetes/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/kubernetes/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/kubernetes/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/kubernetes/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/kubernetes/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/kubernetes/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/kubernetes/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/kubernetes/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/kubernetes/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/kubernetes/.env"} 5.1724e-05 http_request_duration_seconds_count{method="GET",path="/kubernetes/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/lab/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/lab/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/lab/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/lab/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/lab/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/lab/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/lab/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/lab/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/lab/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/lab/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/lab/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/lab/.env"} 1.1912e-05 http_request_duration_seconds_count{method="GET",path="/lab/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/laravel/.env"} 7.2452e-05 http_request_duration_seconds_count{method="GET",path="/laravel/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel5/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel5/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel5/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel5/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel5/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel5/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel5/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel5/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel5/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel5/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel5/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/laravel5/.env"} 4.3013e-05 http_request_duration_seconds_count{method="GET",path="/laravel5/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/lib.php/new.php",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/lib.php/new.php",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/lib.php/new.php",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/lib.php/new.php",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/lib.php/new.php",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/lib.php/new.php",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/lib.php/new.php",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/lib.php/new.php",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/lib.php/new.php",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/lib.php/new.php",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/lib.php/new.php",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/lib.php/new.php"} 4.1348e-05 http_request_duration_seconds_count{method="GET",path="/lib.php/new.php"} 1 http_request_duration_seconds_bucket{method="GET",path="/lib/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/lib/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/lib/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/lib/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/lib/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/lib/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/lib/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/lib/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/lib/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/lib/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/lib/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/lib/.env"} 1.088e-05 http_request_duration_seconds_count{method="GET",path="/lib/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/live/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/live/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/live/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/live/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/live/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/live/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/live/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/live/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/live/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/live/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/live/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/live/.env"} 3.3321e-05 http_request_duration_seconds_count{method="GET",path="/live/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/local/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/local/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/local/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/local/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/local/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/local/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/local/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/local/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/local/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/local/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/local/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/local/.env"} 3.4459e-05 http_request_duration_seconds_count{method="GET",path="/local/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/logs/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/logs/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/logs/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/logs/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/logs/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/logs/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/logs/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/logs/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/logs/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/logs/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/logs/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/logs/.env"} 1.1399e-05 http_request_duration_seconds_count{method="GET",path="/logs/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/m.php",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/m.php",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/m.php",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/m.php",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/m.php",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/m.php",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/m.php",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/m.php",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/m.php",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/m.php",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/m.php",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/m.php"} 4.1228e-05 http_request_duration_seconds_count{method="GET",path="/m.php"} 1 http_request_duration_seconds_bucket{method="GET",path="/mac.php",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/mac.php",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/mac.php",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/mac.php",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/mac.php",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/mac.php",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/mac.php",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/mac.php",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mac.php",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/mac.php",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mac.php",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/mac.php"} 2.8868e-05 http_request_duration_seconds_count{method="GET",path="/mac.php"} 1 http_request_duration_seconds_bucket{method="GET",path="/magento/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/magento/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/magento/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/magento/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/magento/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/magento/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/magento/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/magento/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/magento/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/magento/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/magento/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/magento/.env"} 7.5555e-05 http_request_duration_seconds_count{method="GET",path="/magento/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/mail/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/mail/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/mail/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/mail/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/mail/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/mail/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/mail/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/mail/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mail/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/mail/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mail/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/mail/.env"} 1.1599e-05 http_request_duration_seconds_count{method="GET",path="/mail/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/mail/phpinfo.php",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/mail/phpinfo.php",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/mail/phpinfo.php",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/mail/phpinfo.php",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/mail/phpinfo.php",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/mail/phpinfo.php",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/mail/phpinfo.php",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/mail/phpinfo.php",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mail/phpinfo.php",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/mail/phpinfo.php",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mail/phpinfo.php",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/mail/phpinfo.php"} 1.9088e-05 http_request_duration_seconds_count{method="GET",path="/mail/phpinfo.php"} 1 http_request_duration_seconds_bucket{method="GET",path="/mailer/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/mailer/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/mailer/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/mailer/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/mailer/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/mailer/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/mailer/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/mailer/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mailer/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/mailer/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mailer/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/mailer/.env"} 2.8294e-05 http_request_duration_seconds_count{method="GET",path="/mailer/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/mailgun/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/mailgun/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/mailgun/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/mailgun/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/mailgun/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/mailgun/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/mailgun/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/mailgun/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mailgun/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/mailgun/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mailgun/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/mailgun/.env"} 3.3692e-05 http_request_duration_seconds_count{method="GET",path="/mailgun/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/mailing/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/mailing/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/mailing/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/mailing/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/mailing/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/mailing/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/mailing/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/mailing/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mailing/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/mailing/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mailing/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/mailing/.env"} 3.5902e-05 http_request_duration_seconds_count{method="GET",path="/mailing/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/mailjet/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/mailjet/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/mailjet/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/mailjet/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/mailjet/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/mailjet/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/mailjet/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/mailjet/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mailjet/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/mailjet/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mailjet/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/mailjet/.env"} 1.0491e-05 http_request_duration_seconds_count{method="GET",path="/mailjet/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/mandrill/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/mandrill/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/mandrill/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/mandrill/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/mandrill/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/mandrill/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/mandrill/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/mandrill/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mandrill/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/mandrill/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mandrill/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/mandrill/.env"} 3.3418e-05 http_request_duration_seconds_count{method="GET",path="/mandrill/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/metrics",le="0.001"} 0 http_request_duration_seconds_bucket{method="GET",path="/metrics",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/metrics",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/metrics",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/metrics",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/metrics",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/metrics",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/metrics",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/metrics",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/metrics",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/metrics",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/metrics"} 0.001173201 http_request_duration_seconds_count{method="GET",path="/metrics"} 1 http_request_duration_seconds_bucket{method="GET",path="/mghnhykio.php/new.php",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/mghnhykio.php/new.php",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/mghnhykio.php/new.php",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/mghnhykio.php/new.php",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/mghnhykio.php/new.php",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/mghnhykio.php/new.php",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/mghnhykio.php/new.php",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/mghnhykio.php/new.php",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mghnhykio.php/new.php",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/mghnhykio.php/new.php",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mghnhykio.php/new.php",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/mghnhykio.php/new.php"} 2.0987e-05 http_request_duration_seconds_count{method="GET",path="/mghnhykio.php/new.php"} 1 http_request_duration_seconds_bucket{method="GET",path="/mgrr.php",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/mgrr.php",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/mgrr.php",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/mgrr.php",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/mgrr.php",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/mgrr.php",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/mgrr.php",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/mgrr.php",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mgrr.php",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/mgrr.php",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mgrr.php",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/mgrr.php"} 3.4959e-05 http_request_duration_seconds_count{method="GET",path="/mgrr.php"} 1 http_request_duration_seconds_bucket{method="GET",path="/microservice/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/microservice/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/microservice/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/microservice/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/microservice/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/microservice/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/microservice/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/microservice/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/microservice/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/microservice/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/microservice/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/microservice/.env"} 7.3383e-05 http_request_duration_seconds_count{method="GET",path="/microservice/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/mongodb/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/mongodb/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/mongodb/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/mongodb/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/mongodb/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/mongodb/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/mongodb/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/mongodb/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mongodb/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/mongodb/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mongodb/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/mongodb/.env"} 4.3136e-05 http_request_duration_seconds_count{method="GET",path="/mongodb/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysql/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysql/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysql/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysql/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysql/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysql/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysql/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysql/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysql/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysql/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysql/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/mysql/.env"} 3.5739e-05 http_request_duration_seconds_count{method="GET",path="/mysql/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/nano.php",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/nano.php",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/nano.php",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/nano.php",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/nano.php",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/nano.php",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/nano.php",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/nano.php",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/nano.php",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/nano.php",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/nano.php",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/nano.php"} 3.337e-05 http_request_duration_seconds_count{method="GET",path="/nano.php"} 1 http_request_duration_seconds_bucket{method="GET",path="/nest/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/nest/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/nest/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/nest/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/nest/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/nest/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/nest/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/nest/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/nest/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/nest/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/nest/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/nest/.env"} 3.493e-05 http_request_duration_seconds_count{method="GET",path="/nest/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/newsletter/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/newsletter/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/newsletter/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/newsletter/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/newsletter/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/newsletter/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/newsletter/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/newsletter/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/newsletter/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/newsletter/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/newsletter/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/newsletter/.env"} 1.1421e-05 http_request_duration_seconds_count{method="GET",path="/newsletter/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/next/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/next/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/next/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/next/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/next/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/next/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/next/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/next/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/next/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/next/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/next/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/next/.env"} 4.8327e-05 http_request_duration_seconds_count{method="GET",path="/next/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/node/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/node/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/node/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/node/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/node/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/node/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/node/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/node/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/node/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/node/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/node/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/node/.env"} 1.4476e-05 http_request_duration_seconds_count{method="GET",path="/node/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/notifications/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/notifications/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/notifications/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/notifications/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/notifications/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/notifications/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/notifications/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/notifications/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/notifications/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/notifications/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/notifications/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/notifications/.env"} 1.0828e-05 http_request_duration_seconds_count{method="GET",path="/notifications/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/notify/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/notify/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/notify/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/notify/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/notify/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/notify/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/notify/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/notify/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/notify/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/notify/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/notify/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/notify/.env"} 3.3561e-05 http_request_duration_seconds_count{method="GET",path="/notify/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/nuxt/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/nuxt/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/nuxt/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/nuxt/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/nuxt/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/nuxt/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/nuxt/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/nuxt/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/nuxt/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/nuxt/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/nuxt/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/nuxt/.env"} 8.0168e-05 http_request_duration_seconds_count{method="GET",path="/nuxt/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/old/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/old/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/old/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/old/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/old/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/old/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/old/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/old/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/old/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/old/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/old/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/old/.env"} 3.2786e-05 http_request_duration_seconds_count{method="GET",path="/old/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/old/phpinfo.php",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/old/phpinfo.php",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/old/phpinfo.php",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/old/phpinfo.php",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/old/phpinfo.php",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/old/phpinfo.php",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/old/phpinfo.php",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/old/phpinfo.php",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/old/phpinfo.php",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/old/phpinfo.php",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/old/phpinfo.php",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/old/phpinfo.php"} 1.1029e-05 http_request_duration_seconds_count{method="GET",path="/old/phpinfo.php"} 1 http_request_duration_seconds_bucket{method="GET",path="/old_phpinfo.php",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/old_phpinfo.php",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/old_phpinfo.php",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/old_phpinfo.php",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/old_phpinfo.php",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/old_phpinfo.php",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/old_phpinfo.php",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/old_phpinfo.php",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/old_phpinfo.php",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/old_phpinfo.php",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/old_phpinfo.php",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/old_phpinfo.php"} 1.8397e-05 http_request_duration_seconds_count{method="GET",path="/old_phpinfo.php"} 1 http_request_duration_seconds_bucket{method="GET",path="/ops.php",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/ops.php",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/ops.php",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/ops.php",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/ops.php",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/ops.php",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ops.php",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/ops.php",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ops.php",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ops.php",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ops.php",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/ops.php"} 1.3886e-05 http_request_duration_seconds_count{method="GET",path="/ops.php"} 1 http_request_duration_seconds_bucket{method="GET",path="/opsh.php",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/opsh.php",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/opsh.php",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/opsh.php",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/opsh.php",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/opsh.php",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/opsh.php",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/opsh.php",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/opsh.php",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/opsh.php",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/opsh.php",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/opsh.php"} 3.4767e-05 http_request_duration_seconds_count{method="GET",path="/opsh.php"} 1 http_request_duration_seconds_bucket{method="GET",path="/opt/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/opt/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/opt/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/opt/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/opt/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/opt/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/opt/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/opt/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/opt/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/opt/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/opt/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/opt/.env"} 1.249e-05 http_request_duration_seconds_count{method="GET",path="/opt/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/p.php",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/p.php",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/p.php",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/p.php",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/p.php",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/p.php",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/p.php",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/p.php",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/p.php",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/p.php",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/p.php",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/p.php"} 1.4717e-05 http_request_duration_seconds_count{method="GET",path="/p.php"} 1 http_request_duration_seconds_bucket{method="GET",path="/panel/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/panel/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/panel/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/panel/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/panel/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/panel/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/panel/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/panel/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/panel/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/panel/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/panel/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/panel/.env"} 1.186e-05 http_request_duration_seconds_count{method="GET",path="/panel/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/php-info.php",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/php-info.php",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/php-info.php",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/php-info.php",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/php-info.php",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/php-info.php",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/php-info.php",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/php-info.php",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/php-info.php",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/php-info.php",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/php-info.php",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/php-info.php"} 3.3335e-05 http_request_duration_seconds_count{method="GET",path="/php-info.php"} 1 http_request_duration_seconds_bucket{method="GET",path="/php.php",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/php.php",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/php.php",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/php.php",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/php.php",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/php.php",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/php.php",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/php.php",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/php.php",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/php.php",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/php.php",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/php.php"} 6.9706e-05 http_request_duration_seconds_count{method="GET",path="/php.php"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/phpinfo"} 1.0434e-05 http_request_duration_seconds_count{method="GET",path="/phpinfo"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/phpinfo.php"} 3.3704e-05 http_request_duration_seconds_count{method="GET",path="/phpinfo.php"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php.bak",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php.bak",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php.bak",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php.bak",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php.bak",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php.bak",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php.bak",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php.bak",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php.bak",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php.bak",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php.bak",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/phpinfo.php.bak"} 3.6198e-05 http_request_duration_seconds_count{method="GET",path="/phpinfo.php.bak"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php.old",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php.old",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php.old",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php.old",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php.old",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php.old",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php.old",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php.old",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php.old",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php.old",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php.old",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/phpinfo.php.old"} 1.1129e-05 http_request_duration_seconds_count{method="GET",path="/phpinfo.php.old"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php.save",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php.save",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php.save",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php.save",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php.save",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php.save",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php.save",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php.save",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php.save",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php.save",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php.save",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/phpinfo.php.save"} 1.082e-05 http_request_duration_seconds_count{method="GET",path="/phpinfo.php.save"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php~",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php~",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php~",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php~",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php~",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php~",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php~",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php~",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php~",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php~",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php~",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/phpinfo.php~"} 1.0714e-05 http_request_duration_seconds_count{method="GET",path="/phpinfo.php~"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpversion.php",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpversion.php",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpversion.php",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpversion.php",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpversion.php",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpversion.php",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpversion.php",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpversion.php",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpversion.php",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpversion.php",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpversion.php",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/phpversion.php"} 1.1173e-05 http_request_duration_seconds_count{method="GET",path="/phpversion.php"} 1 http_request_duration_seconds_bucket{method="GET",path="/pi.php",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/pi.php",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/pi.php",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/pi.php",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/pi.php",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/pi.php",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/pi.php",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/pi.php",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/pi.php",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/pi.php",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/pi.php",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/pi.php"} 2.1008e-05 http_request_duration_seconds_count{method="GET",path="/pi.php"} 1 http_request_duration_seconds_bucket{method="GET",path="/pinfo.php",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/pinfo.php",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/pinfo.php",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/pinfo.php",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/pinfo.php",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/pinfo.php",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/pinfo.php",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/pinfo.php",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/pinfo.php",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/pinfo.php",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/pinfo.php",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/pinfo.php"} 1.0479e-05 http_request_duration_seconds_count{method="GET",path="/pinfo.php"} 1 http_request_duration_seconds_bucket{method="GET",path="/portal/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/portal/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/portal/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/portal/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/portal/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/portal/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/portal/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/portal/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/portal/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/portal/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/portal/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/portal/.env"} 1.1136e-05 http_request_duration_seconds_count{method="GET",path="/portal/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/postgres/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/postgres/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/postgres/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/postgres/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/postgres/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/postgres/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/postgres/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/postgres/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/postgres/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/postgres/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/postgres/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/postgres/.env"} 7.182e-05 http_request_duration_seconds_count{method="GET",path="/postgres/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/postmark/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/postmark/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/postmark/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/postmark/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/postmark/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/postmark/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/postmark/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/postmark/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/postmark/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/postmark/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/postmark/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/postmark/.env"} 1.0956e-05 http_request_duration_seconds_count{method="GET",path="/postmark/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/prestashop/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/prestashop/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/prestashop/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/prestashop/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/prestashop/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/prestashop/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/prestashop/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/prestashop/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/prestashop/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/prestashop/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/prestashop/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/prestashop/.env"} 7.039e-05 http_request_duration_seconds_count{method="GET",path="/prestashop/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/preview/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/preview/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/preview/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/preview/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/preview/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/preview/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/preview/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/preview/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/preview/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/preview/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/preview/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/preview/.env"} 9.958e-06 http_request_duration_seconds_count{method="GET",path="/preview/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/preview/phpinfo.php",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/preview/phpinfo.php",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/preview/phpinfo.php",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/preview/phpinfo.php",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/preview/phpinfo.php",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/preview/phpinfo.php",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/preview/phpinfo.php",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/preview/phpinfo.php",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/preview/phpinfo.php",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/preview/phpinfo.php",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/preview/phpinfo.php",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/preview/phpinfo.php"} 1.1604e-05 http_request_duration_seconds_count{method="GET",path="/preview/phpinfo.php"} 1 http_request_duration_seconds_bucket{method="GET",path="/private/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/private/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/private/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/private/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/private/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/private/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/private/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/private/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/private/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/private/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/private/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/private/.env"} 4.2991e-05 http_request_duration_seconds_count{method="GET",path="/private/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/prod/.env"} 3.7724e-05 http_request_duration_seconds_count{method="GET",path="/prod/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/production/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/production/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/production/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/production/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/production/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/production/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/production/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/production/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/production/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/production/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/production/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/production/.env"} 1.7979e-05 http_request_duration_seconds_count{method="GET",path="/production/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/project/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/project/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/project/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/project/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/project/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/project/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/project/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/project/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/project/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/project/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/project/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/project/.env"} 1.1754e-05 http_request_duration_seconds_count{method="GET",path="/project/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/psnlink/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/psnlink/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/psnlink/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/psnlink/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/psnlink/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/psnlink/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/psnlink/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/psnlink/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/psnlink/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/psnlink/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/psnlink/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/psnlink/.env"} 5.7397e-05 http_request_duration_seconds_count{method="GET",path="/psnlink/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/public/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/public/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/public/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/public/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/public/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/public/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/public/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/public/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/public/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/public/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/public/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/public/.env"} 3.2464e-05 http_request_duration_seconds_count{method="GET",path="/public/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/public/phpinfo.php",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/public/phpinfo.php",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/public/phpinfo.php",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/public/phpinfo.php",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/public/phpinfo.php",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/public/phpinfo.php",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/public/phpinfo.php",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/public/phpinfo.php",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/public/phpinfo.php",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/public/phpinfo.php",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/public/phpinfo.php",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/public/phpinfo.php"} 2.0882e-05 http_request_duration_seconds_count{method="GET",path="/public/phpinfo.php"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/public_html/.env"} 3.5985e-05 http_request_duration_seconds_count{method="GET",path="/public_html/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html/phpinfo.php",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html/phpinfo.php",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html/phpinfo.php",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html/phpinfo.php",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html/phpinfo.php",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html/phpinfo.php",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html/phpinfo.php",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html/phpinfo.php",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html/phpinfo.php",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html/phpinfo.php",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/public_html/phpinfo.php",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/public_html/phpinfo.php"} 1.0665e-05 http_request_duration_seconds_count{method="GET",path="/public_html/phpinfo.php"} 1 http_request_duration_seconds_bucket{method="GET",path="/puc.php",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/puc.php",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/puc.php",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/puc.php",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/puc.php",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/puc.php",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/puc.php",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/puc.php",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/puc.php",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/puc.php",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/puc.php",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/puc.php"} 4.4206e-05 http_request_duration_seconds_count{method="GET",path="/puc.php"} 1 http_request_duration_seconds_bucket{method="GET",path="/qa/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/qa/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/qa/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/qa/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/qa/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/qa/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/qa/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/qa/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/qa/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/qa/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/qa/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/qa/.env"} 4.9404e-05 http_request_duration_seconds_count{method="GET",path="/qa/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/qa/phpinfo.php",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/qa/phpinfo.php",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/qa/phpinfo.php",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/qa/phpinfo.php",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/qa/phpinfo.php",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/qa/phpinfo.php",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/qa/phpinfo.php",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/qa/phpinfo.php",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/qa/phpinfo.php",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/qa/phpinfo.php",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/qa/phpinfo.php",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/qa/phpinfo.php"} 1.098e-05 http_request_duration_seconds_count{method="GET",path="/qa/phpinfo.php"} 1 http_request_duration_seconds_bucket{method="GET",path="/queue/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/queue/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/queue/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/queue/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/queue/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/queue/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/queue/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/queue/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/queue/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/queue/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/queue/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/queue/.env"} 0.000111998 http_request_duration_seconds_count{method="GET",path="/queue/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/rabbitmq/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/rabbitmq/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/rabbitmq/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/rabbitmq/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/rabbitmq/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/rabbitmq/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rabbitmq/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/rabbitmq/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rabbitmq/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rabbitmq/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rabbitmq/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/rabbitmq/.env"} 3.4217e-05 http_request_duration_seconds_count{method="GET",path="/rabbitmq/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/radio.php",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/radio.php",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/radio.php",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/radio.php",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/radio.php",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/radio.php",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/radio.php",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/radio.php",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/radio.php",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/radio.php",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/radio.php",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/radio.php"} 4.4483e-05 http_request_duration_seconds_count{method="GET",path="/radio.php"} 1 http_request_duration_seconds_bucket{method="GET",path="/react/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/react/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/react/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/react/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/react/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/react/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/react/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/react/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/react/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/react/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/react/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/react/.env"} 3.4238e-05 http_request_duration_seconds_count{method="GET",path="/react/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/readyz",le="0.001"} 7853 http_request_duration_seconds_bucket{method="GET",path="/readyz",le="0.005"} 7956 http_request_duration_seconds_bucket{method="GET",path="/readyz",le="0.01"} 7964 http_request_duration_seconds_bucket{method="GET",path="/readyz",le="0.025"} 7964 http_request_duration_seconds_bucket{method="GET",path="/readyz",le="0.05"} 7973 http_request_duration_seconds_bucket{method="GET",path="/readyz",le="0.1"} 7973 http_request_duration_seconds_bucket{method="GET",path="/readyz",le="0.25"} 7973 http_request_duration_seconds_bucket{method="GET",path="/readyz",le="0.5"} 7973 http_request_duration_seconds_bucket{method="GET",path="/readyz",le="1"} 7973 http_request_duration_seconds_bucket{method="GET",path="/readyz",le="2.5"} 7973 http_request_duration_seconds_bucket{method="GET",path="/readyz",le="+Inf"} 7973 http_request_duration_seconds_sum{method="GET",path="/readyz"} 5.60703397500002 http_request_duration_seconds_count{method="GET",path="/readyz"} 7973 http_request_duration_seconds_bucket{method="GET",path="/redis/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/redis/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/redis/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/redis/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/redis/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/redis/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/redis/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/redis/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/redis/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/redis/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/redis/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/redis/.env"} 3.3932e-05 http_request_duration_seconds_count{method="GET",path="/redis/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/release/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/release/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/release/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/release/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/release/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/release/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/release/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/release/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/release/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/release/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/release/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/release/.env"} 3.2325e-05 http_request_duration_seconds_count{method="GET",path="/release/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/releases/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/releases/.env"} 3.3134e-05 http_request_duration_seconds_count{method="GET",path="/releases/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/resources/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/resources/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/resources/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/resources/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/resources/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/resources/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/resources/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/resources/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/resources/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/resources/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/resources/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/resources/.env"} 1.2228e-05 http_request_duration_seconds_count{method="GET",path="/resources/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/rest/.env"} 3.4318e-05 http_request_duration_seconds_count{method="GET",path="/rest/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/robots.txt",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/robots.txt",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/robots.txt",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/robots.txt",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/robots.txt",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/robots.txt",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/robots.txt",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/robots.txt",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/robots.txt",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/robots.txt",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/robots.txt",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/robots.txt"} 2.2479e-05 http_request_duration_seconds_count{method="GET",path="/robots.txt"} 1 http_request_duration_seconds_bucket{method="GET",path="/saas/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/saas/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/saas/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/saas/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/saas/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/saas/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/saas/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/saas/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/saas/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/saas/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/saas/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/saas/.env"} 3.2621e-05 http_request_duration_seconds_count{method="GET",path="/saas/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/sallu.php",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/sallu.php",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/sallu.php",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/sallu.php",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/sallu.php",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/sallu.php",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/sallu.php",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/sallu.php",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sallu.php",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/sallu.php",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sallu.php",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/sallu.php"} 3.363e-05 http_request_duration_seconds_count{method="GET",path="/sallu.php"} 1 http_request_duration_seconds_bucket{method="GET",path="/sbin/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/sbin/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/sbin/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/sbin/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/sbin/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/sbin/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/sbin/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/sbin/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sbin/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/sbin/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sbin/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/sbin/.env"} 1.1856e-05 http_request_duration_seconds_count{method="GET",path="/sbin/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/scripts/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/scripts/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/scripts/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/scripts/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/scripts/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/scripts/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/scripts/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/scripts/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/scripts/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/scripts/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/scripts/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/scripts/.env"} 3.2614e-05 http_request_duration_seconds_count{method="GET",path="/scripts/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/sender/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/sender/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/sender/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/sender/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/sender/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/sender/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/sender/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/sender/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sender/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/sender/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sender/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/sender/.env"} 3.6447e-05 http_request_duration_seconds_count{method="GET",path="/sender/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/sendgrid/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/sendgrid/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/sendgrid/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/sendgrid/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/sendgrid/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/sendgrid/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/sendgrid/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/sendgrid/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sendgrid/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/sendgrid/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sendgrid/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/sendgrid/.env"} 1.1574e-05 http_request_duration_seconds_count{method="GET",path="/sendgrid/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/server-info.php",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/server-info.php",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/server-info.php",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/server-info.php",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/server-info.php",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/server-info.php",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/server-info.php",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/server-info.php",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/server-info.php",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/server-info.php",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/server-info.php",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/server-info.php"} 3.5259e-05 http_request_duration_seconds_count{method="GET",path="/server-info.php"} 1 http_request_duration_seconds_bucket{method="GET",path="/server-status.php",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/server-status.php",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/server-status.php",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/server-status.php",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/server-status.php",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/server-status.php",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/server-status.php",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/server-status.php",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/server-status.php",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/server-status.php",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/server-status.php",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/server-status.php"} 1.1394e-05 http_request_duration_seconds_count{method="GET",path="/server-status.php"} 1 http_request_duration_seconds_bucket{method="GET",path="/server/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/server/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/server/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/server/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/server/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/server/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/server/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/server/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/server/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/server/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/server/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/server/.env"} 1.0659e-05 http_request_duration_seconds_count{method="GET",path="/server/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/service/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/service/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/service/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/service/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/service/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/service/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/service/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/service/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/service/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/service/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/service/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/service/.env"} 1.063e-05 http_request_duration_seconds_count{method="GET",path="/service/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/ses/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/ses/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/ses/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/ses/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/ses/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/ses/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ses/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/ses/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ses/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ses/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ses/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/ses/.env"} 3.877e-05 http_request_duration_seconds_count{method="GET",path="/ses/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/sf.php",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/sf.php",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/sf.php",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/sf.php",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/sf.php",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/sf.php",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/sf.php",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/sf.php",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sf.php",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/sf.php",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sf.php",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/sf.php"} 3.6606e-05 http_request_duration_seconds_count{method="GET",path="/sf.php"} 1 http_request_duration_seconds_bucket{method="GET",path="/shared/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/shared/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/shared/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/shared/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/shared/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/shared/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/shared/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/shared/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/shared/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/shared/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/shared/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/shared/.env"} 4.3012e-05 http_request_duration_seconds_count{method="GET",path="/shared/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/shiny.php",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/shiny.php",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/shiny.php",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/shiny.php",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/shiny.php",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/shiny.php",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/shiny.php",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/shiny.php",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/shiny.php",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/shiny.php",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/shiny.php",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/shiny.php"} 1.1853e-05 http_request_duration_seconds_count{method="GET",path="/shiny.php"} 1 http_request_duration_seconds_bucket{method="GET",path="/shop/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/shop/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/shop/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/shop/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/shop/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/shop/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/shop/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/shop/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/shop/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/shop/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/shop/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/shop/.env"} 1.2429e-05 http_request_duration_seconds_count{method="GET",path="/shop/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/shopify/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/shopify/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/shopify/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/shopify/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/shopify/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/shopify/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/shopify/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/shopify/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/shopify/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/shopify/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/shopify/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/shopify/.env"} 2.7001e-05 http_request_duration_seconds_count{method="GET",path="/shopify/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/signon.php",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/signon.php",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/signon.php",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/signon.php",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/signon.php",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/signon.php",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/signon.php",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/signon.php",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/signon.php",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/signon.php",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/signon.php",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/signon.php"} 1.3041e-05 http_request_duration_seconds_count{method="GET",path="/signon.php"} 1 http_request_duration_seconds_bucket{method="GET",path="/simple.php",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/simple.php",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/simple.php",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/simple.php",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/simple.php",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/simple.php",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/simple.php",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/simple.php",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/simple.php",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/simple.php",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/simple.php",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/simple.php"} 1.1455e-05 http_request_duration_seconds_count{method="GET",path="/simple.php"} 1 http_request_duration_seconds_bucket{method="GET",path="/site/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/site/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/site/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/site/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/site/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/site/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/site/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/site/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/site/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/site/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/site/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/site/.env"} 3.4388e-05 http_request_duration_seconds_count{method="GET",path="/site/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/site/phpinfo.php",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/site/phpinfo.php",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/site/phpinfo.php",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/site/phpinfo.php",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/site/phpinfo.php",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/site/phpinfo.php",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/site/phpinfo.php",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/site/phpinfo.php",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/site/phpinfo.php",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/site/phpinfo.php",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/site/phpinfo.php",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/site/phpinfo.php"} 2.0671e-05 http_request_duration_seconds_count{method="GET",path="/site/phpinfo.php"} 1 http_request_duration_seconds_bucket{method="GET",path="/sitemaps/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/sitemaps/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/sitemaps/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/sitemaps/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/sitemaps/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/sitemaps/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/sitemaps/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/sitemaps/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sitemaps/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/sitemaps/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sitemaps/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/sitemaps/.env"} 3.3669e-05 http_request_duration_seconds_count{method="GET",path="/sitemaps/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/smtp/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/smtp/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/smtp/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/smtp/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/smtp/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/smtp/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/smtp/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/smtp/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/smtp/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/smtp/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/smtp/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/smtp/.env"} 3.4525e-05 http_request_duration_seconds_count{method="GET",path="/smtp/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/smtp/phpinfo.php",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/smtp/phpinfo.php",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/smtp/phpinfo.php",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/smtp/phpinfo.php",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/smtp/phpinfo.php",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/smtp/phpinfo.php",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/smtp/phpinfo.php",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/smtp/phpinfo.php",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/smtp/phpinfo.php",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/smtp/phpinfo.php",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/smtp/phpinfo.php",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/smtp/phpinfo.php"} 1.1482e-05 http_request_duration_seconds_count{method="GET",path="/smtp/phpinfo.php"} 1 http_request_duration_seconds_bucket{method="GET",path="/sparkpost/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/sparkpost/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/sparkpost/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/sparkpost/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/sparkpost/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/sparkpost/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/sparkpost/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/sparkpost/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sparkpost/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/sparkpost/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sparkpost/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/sparkpost/.env"} 1.4334e-05 http_request_duration_seconds_count{method="GET",path="/sparkpost/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/src/.env"} 1.171e-05 http_request_duration_seconds_count{method="GET",path="/src/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/stage/.env"} 1.4579e-05 http_request_duration_seconds_count{method="GET",path="/stage/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/staging/.env"} 1.4155e-05 http_request_duration_seconds_count{method="GET",path="/staging/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging/phpinfo.php",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging/phpinfo.php",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging/phpinfo.php",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging/phpinfo.php",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging/phpinfo.php",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging/phpinfo.php",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging/phpinfo.php",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging/phpinfo.php",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging/phpinfo.php",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging/phpinfo.php",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging/phpinfo.php",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/staging/phpinfo.php"} 1.4335e-05 http_request_duration_seconds_count{method="GET",path="/staging/phpinfo.php"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/storage/.env"} 3.2302e-05 http_request_duration_seconds_count{method="GET",path="/storage/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/store/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/store/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/store/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/store/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/store/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/store/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/store/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/store/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/store/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/store/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/store/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/store/.env"} 4.476e-05 http_request_duration_seconds_count{method="GET",path="/store/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/svelte/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/svelte/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/svelte/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/svelte/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/svelte/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/svelte/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/svelte/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/svelte/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/svelte/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/svelte/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/svelte/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/svelte/.env"} 3.2968e-05 http_request_duration_seconds_count{method="GET",path="/svelte/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/symfony/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/symfony/.env"} 3.6962e-05 http_request_duration_seconds_count{method="GET",path="/symfony/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/temp/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/temp/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/temp/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/temp/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/temp/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/temp/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/temp/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/temp/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/temp/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/temp/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/temp/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/temp/.env"} 1.0524e-05 http_request_duration_seconds_count{method="GET",path="/temp/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/terraform/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/terraform/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/terraform/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/terraform/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/terraform/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/terraform/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/terraform/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/terraform/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/terraform/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/terraform/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/terraform/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/terraform/.env"} 3.2394e-05 http_request_duration_seconds_count{method="GET",path="/terraform/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.php",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.php",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.php",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.php",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.php",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.php",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.php",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.php",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.php",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.php",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.php",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/test.php"} 6.245e-05 http_request_duration_seconds_count{method="GET",path="/test.php"} 1 http_request_duration_seconds_bucket{method="GET",path="/test/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/test/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/test/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/test/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/test/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/test/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/test/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/test/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/test/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/test/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/test/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/test/.env"} 3.3965e-05 http_request_duration_seconds_count{method="GET",path="/test/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/test/phpinfo.php",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/test/phpinfo.php",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/test/phpinfo.php",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/test/phpinfo.php",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/test/phpinfo.php",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/test/phpinfo.php",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/test/phpinfo.php",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/test/phpinfo.php",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/test/phpinfo.php",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/test/phpinfo.php",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/test/phpinfo.php",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/test/phpinfo.php"} 1.8329e-05 http_request_duration_seconds_count{method="GET",path="/test/phpinfo.php"} 1 http_request_duration_seconds_bucket{method="GET",path="/themes.php",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/themes.php",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/themes.php",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/themes.php",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/themes.php",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/themes.php",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/themes.php",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/themes.php",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/themes.php",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/themes.php",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/themes.php",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/themes.php"} 1.6245e-05 http_request_duration_seconds_count{method="GET",path="/themes.php"} 1 http_request_duration_seconds_bucket{method="GET",path="/this_is_a_new_hello_world.php",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/this_is_a_new_hello_world.php",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/this_is_a_new_hello_world.php",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/this_is_a_new_hello_world.php",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/this_is_a_new_hello_world.php",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/this_is_a_new_hello_world.php",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/this_is_a_new_hello_world.php",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/this_is_a_new_hello_world.php",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/this_is_a_new_hello_world.php",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/this_is_a_new_hello_world.php",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/this_is_a_new_hello_world.php",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/this_is_a_new_hello_world.php"} 3.2873e-05 http_request_duration_seconds_count{method="GET",path="/this_is_a_new_hello_world.php"} 1 http_request_duration_seconds_bucket{method="GET",path="/tmp/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/tmp/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/tmp/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/tmp/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/tmp/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/tmp/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/tmp/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/tmp/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/tmp/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/tmp/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/tmp/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/tmp/.env"} 3.3917e-05 http_request_duration_seconds_count{method="GET",path="/tmp/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/tmp/phpinfo.php",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/tmp/phpinfo.php",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/tmp/phpinfo.php",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/tmp/phpinfo.php",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/tmp/phpinfo.php",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/tmp/phpinfo.php",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/tmp/phpinfo.php",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/tmp/phpinfo.php",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/tmp/phpinfo.php",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/tmp/phpinfo.php",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/tmp/phpinfo.php",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/tmp/phpinfo.php"} 1.5335e-05 http_request_duration_seconds_count{method="GET",path="/tmp/phpinfo.php"} 1 http_request_duration_seconds_bucket{method="GET",path="/tools/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/tools/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/tools/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/tools/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/tools/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/tools/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/tools/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/tools/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/tools/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/tools/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/tools/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/tools/.env"} 5.0984e-05 http_request_duration_seconds_count{method="GET",path="/tools/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/transactional/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/transactional/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/transactional/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/transactional/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/transactional/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/transactional/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/transactional/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/transactional/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/transactional/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/transactional/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/transactional/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/transactional/.env"} 1.2424e-05 http_request_duration_seconds_count{method="GET",path="/transactional/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/travis/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/travis/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/travis/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/travis/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/travis/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/travis/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/travis/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/travis/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/travis/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/travis/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/travis/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/travis/.env"} 3.3832e-05 http_request_duration_seconds_count{method="GET",path="/travis/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/uat/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/uat/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/uat/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/uat/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/uat/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/uat/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/uat/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/uat/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/uat/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/uat/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/uat/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/uat/.env"} 1.4369e-05 http_request_duration_seconds_count{method="GET",path="/uat/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/uat/phpinfo.php",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/uat/phpinfo.php",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/uat/phpinfo.php",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/uat/phpinfo.php",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/uat/phpinfo.php",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/uat/phpinfo.php",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/uat/phpinfo.php",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/uat/phpinfo.php",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/uat/phpinfo.php",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/uat/phpinfo.php",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/uat/phpinfo.php",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/uat/phpinfo.php"} 1.0755e-05 http_request_duration_seconds_count{method="GET",path="/uat/phpinfo.php"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/uploads/.env"} 3.1376e-05 http_request_duration_seconds_count{method="GET",path="/uploads/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/user-panel/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/user-panel/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/user-panel/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/user-panel/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/user-panel/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/user-panel/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/user-panel/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/user-panel/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/user-panel/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/user-panel/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/user-panel/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/user-panel/.env"} 1.6841e-05 http_request_duration_seconds_count{method="GET",path="/user-panel/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/v1/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/v1/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/v1/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/v1/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/v1/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/v1/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/v1/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/v1/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/v1/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/v1/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/v1/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/v1/.env"} 1.4741e-05 http_request_duration_seconds_count{method="GET",path="/v1/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/v2/.env"} 4.3124e-05 http_request_duration_seconds_count{method="GET",path="/v2/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/v3/.env"} 1.0684e-05 http_request_duration_seconds_count{method="GET",path="/v3/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/www/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/www/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/www/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/www/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/www/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/www/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/www/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/www/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/www/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/www/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/www/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/var/www/.env"} 1.2594e-05 http_request_duration_seconds_count{method="GET",path="/var/www/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/www/html/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/www/html/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/www/html/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/www/html/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/www/html/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/www/html/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/www/html/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/www/html/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/www/html/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/www/html/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/www/html/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/var/www/html/.env"} 2.3439e-05 http_request_duration_seconds_count{method="GET",path="/var/www/html/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/vendor/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/vendor/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/vendor/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/vendor/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/vendor/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/vendor/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/vendor/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/vendor/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/vendor/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/vendor/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/vendor/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/vendor/.env"} 6.5691e-05 http_request_duration_seconds_count{method="GET",path="/vendor/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/vite/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/vite/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/vite/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/vite/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/vite/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/vite/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/vite/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/vite/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/vite/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/vite/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/vite/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/vite/.env"} 3.3009e-05 http_request_duration_seconds_count{method="GET",path="/vite/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/vue/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/vue/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/vue/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/vue/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/vue/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/vue/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/vue/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/vue/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/vue/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/vue/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/vue/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/vue/.env"} 2.3894e-05 http_request_duration_seconds_count{method="GET",path="/vue/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/w.php",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/w.php",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/w.php",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/w.php",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/w.php",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/w.php",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/w.php",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/w.php",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/w.php",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/w.php",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/w.php",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/w.php"} 1.2863e-05 http_request_duration_seconds_count{method="GET",path="/w.php"} 1 http_request_duration_seconds_bucket{method="GET",path="/web/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/web/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/web/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/web/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/web/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/web/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/web/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/web/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/web/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/web/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/web/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/web/.env"} 3.7301e-05 http_request_duration_seconds_count{method="GET",path="/web/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/webmail/phpinfo.php",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/webmail/phpinfo.php",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/webmail/phpinfo.php",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/webmail/phpinfo.php",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/webmail/phpinfo.php",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/webmail/phpinfo.php",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/webmail/phpinfo.php",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/webmail/phpinfo.php",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/webmail/phpinfo.php",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/webmail/phpinfo.php",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/webmail/phpinfo.php",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/webmail/phpinfo.php"} 0.000114592 http_request_duration_seconds_count{method="GET",path="/webmail/phpinfo.php"} 1 http_request_duration_seconds_bucket{method="GET",path="/webroot/index.php/_environment",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/webroot/index.php/_environment",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/webroot/index.php/_environment",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/webroot/index.php/_environment",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/webroot/index.php/_environment",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/webroot/index.php/_environment",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/webroot/index.php/_environment",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/webroot/index.php/_environment",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/webroot/index.php/_environment",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/webroot/index.php/_environment",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/webroot/index.php/_environment",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/webroot/index.php/_environment"} 1.0337e-05 http_request_duration_seconds_count{method="GET",path="/webroot/index.php/_environment"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wordpress/.env"} 3.4422e-05 http_request_duration_seconds_count{method="GET",path="/wordpress/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/worker/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/worker/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/worker/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/worker/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/worker/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/worker/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/worker/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/worker/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/worker/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/worker/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/worker/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/worker/.env"} 1.5815e-05 http_request_duration_seconds_count{method="GET",path="/worker/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/phpinfo.php",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/phpinfo.php",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/phpinfo.php",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/phpinfo.php",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/phpinfo.php",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/phpinfo.php",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/phpinfo.php",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/phpinfo.php",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/phpinfo.php",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/phpinfo.php",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/phpinfo.php",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-admin/phpinfo.php"} 1.022e-05 http_request_duration_seconds_count{method="GET",path="/wp-admin/phpinfo.php"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/hellopress/wp_filemanager.php",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/hellopress/wp_filemanager.php",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/hellopress/wp_filemanager.php",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/hellopress/wp_filemanager.php",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/hellopress/wp_filemanager.php",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/hellopress/wp_filemanager.php",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/hellopress/wp_filemanager.php",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/hellopress/wp_filemanager.php",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/hellopress/wp_filemanager.php",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/hellopress/wp_filemanager.php",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/hellopress/wp_filemanager.php",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-content/plugins/hellopress/wp_filemanager.php"} 2.2852e-05 http_request_duration_seconds_count{method="GET",path="/wp-content/plugins/hellopress/wp_filemanager.php"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-content/uploads/"} 1.1988e-05 http_request_duration_seconds_count{method="GET",path="/wp-content/uploads/"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-json/gravitysmtp/v1/tests/mock-data",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-json/gravitysmtp/v1/tests/mock-data",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-json/gravitysmtp/v1/tests/mock-data",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-json/gravitysmtp/v1/tests/mock-data",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-json/gravitysmtp/v1/tests/mock-data",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-json/gravitysmtp/v1/tests/mock-data",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-json/gravitysmtp/v1/tests/mock-data",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-json/gravitysmtp/v1/tests/mock-data",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-json/gravitysmtp/v1/tests/mock-data",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-json/gravitysmtp/v1/tests/mock-data",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-json/gravitysmtp/v1/tests/mock-data",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-json/gravitysmtp/v1/tests/mock-data"} 1.1672e-05 http_request_duration_seconds_count{method="GET",path="/wp-json/gravitysmtp/v1/tests/mock-data"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-ws68.php",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-ws68.php",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-ws68.php",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-ws68.php",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-ws68.php",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-ws68.php",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-ws68.php",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-ws68.php",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-ws68.php",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-ws68.php",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-ws68.php",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-ws68.php"} 3.356e-05 http_request_duration_seconds_count{method="GET",path="/wp-ws68.php"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp/.env"} 1.5124e-05 http_request_duration_seconds_count{method="GET",path="/wp/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws13.php",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws13.php",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws13.php",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws13.php",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws13.php",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws13.php",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws13.php",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws13.php",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws13.php",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws13.php",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws13.php",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/ws13.php"} 1.106e-05 http_request_duration_seconds_count{method="GET",path="/ws13.php"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws55.php",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws55.php",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws55.php",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws55.php",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws55.php",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws55.php",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws55.php",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws55.php",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws55.php",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws55.php",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws55.php",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/ws55.php"} 1.117e-05 http_request_duration_seconds_count{method="GET",path="/ws55.php"} 1 http_request_duration_seconds_bucket{method="GET",path="/www/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/www/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/www/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/www/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/www/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/www/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/www/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/www/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/www/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/www/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/www/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/www/.env"} 1.0652e-05 http_request_duration_seconds_count{method="GET",path="/www/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/www/phpinfo.php",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/www/phpinfo.php",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/www/phpinfo.php",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/www/phpinfo.php",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/www/phpinfo.php",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/www/phpinfo.php",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/www/phpinfo.php",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/www/phpinfo.php",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/www/phpinfo.php",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/www/phpinfo.php",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/www/phpinfo.php",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/www/phpinfo.php"} 1.1183e-05 http_request_duration_seconds_count{method="GET",path="/www/phpinfo.php"} 1 http_request_duration_seconds_bucket{method="GET",path="/xx.php",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/xx.php",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/xx.php",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/xx.php",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/xx.php",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/xx.php",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/xx.php",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/xx.php",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xx.php",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/xx.php",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xx.php",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/xx.php"} 1.1575e-05 http_request_duration_seconds_count{method="GET",path="/xx.php"} 1 http_request_duration_seconds_bucket{method="GET",path="/xyn.php",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/xyn.php",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/xyn.php",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/xyn.php",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/xyn.php",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/xyn.php",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/xyn.php",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/xyn.php",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xyn.php",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/xyn.php",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xyn.php",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/xyn.php"} 1.0614e-05 http_request_duration_seconds_count{method="GET",path="/xyn.php"} 1 http_request_duration_seconds_bucket{method="GET",path="/yii/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/yii/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/yii/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/yii/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/yii/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/yii/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/yii/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/yii/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/yii/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/yii/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/yii/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/yii/.env"} 1.1392e-05 http_request_duration_seconds_count{method="GET",path="/yii/.env"} 1 http_request_duration_seconds_bucket{method="GET",path="/zend/.env",le="0.001"} 1 http_request_duration_seconds_bucket{method="GET",path="/zend/.env",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/zend/.env",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/zend/.env",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/zend/.env",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/zend/.env",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/zend/.env",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/zend/.env",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/zend/.env",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/zend/.env",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/zend/.env",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/zend/.env"} 1.3552e-05 http_request_duration_seconds_count{method="GET",path="/zend/.env"} 1 http_request_duration_seconds_bucket{method="POST",path="/",le="0.001"} 1 http_request_duration_seconds_bucket{method="POST",path="/",le="0.005"} 1 http_request_duration_seconds_bucket{method="POST",path="/",le="0.01"} 1 http_request_duration_seconds_bucket{method="POST",path="/",le="0.025"} 1 http_request_duration_seconds_bucket{method="POST",path="/",le="0.05"} 1 http_request_duration_seconds_bucket{method="POST",path="/",le="0.1"} 1 http_request_duration_seconds_bucket{method="POST",path="/",le="0.25"} 1 http_request_duration_seconds_bucket{method="POST",path="/",le="0.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/",le="1"} 1 http_request_duration_seconds_bucket{method="POST",path="/",le="2.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/",le="+Inf"} 1 http_request_duration_seconds_sum{method="POST",path="/"} 3.0001e-05 http_request_duration_seconds_count{method="POST",path="/"} 1 # HELP http_requests_total Total number of HTTP requests processed by NusaTech Studio Core. # TYPE http_requests_total counter http_requests_total{method="GET",path="/",status="200"} 5 http_requests_total{method="GET",path="/.env",status="404"} 1 http_requests_total{method="GET",path="/.env.backup",status="404"} 1 http_requests_total{method="GET",path="/.env.backup1",status="404"} 1 http_requests_total{method="GET",path="/.env.backup2",status="404"} 1 http_requests_total{method="GET",path="/.env.bak",status="404"} 1 http_requests_total{method="GET",path="/.env.ci",status="404"} 1 http_requests_total{method="GET",path="/.env.dev",status="404"} 1 http_requests_total{method="GET",path="/.env.development",status="404"} 1 http_requests_total{method="GET",path="/.env.dist",status="404"} 1 http_requests_total{method="GET",path="/.env.docker",status="404"} 1 http_requests_total{method="GET",path="/.env.example",status="404"} 1 http_requests_total{method="GET",path="/.env.json",status="404"} 1 http_requests_total{method="GET",path="/.env.live",status="404"} 1 http_requests_total{method="GET",path="/.env.local",status="404"} 1 http_requests_total{method="GET",path="/.env.old",status="404"} 1 http_requests_total{method="GET",path="/.env.preprod",status="404"} 1 http_requests_total{method="GET",path="/.env.prod",status="404"} 1 http_requests_total{method="GET",path="/.env.production",status="404"} 1 http_requests_total{method="GET",path="/.env.remote",status="404"} 1 http_requests_total{method="GET",path="/.env.sample",status="404"} 1 http_requests_total{method="GET",path="/.env.save",status="404"} 1 http_requests_total{method="GET",path="/.env.stage",status="404"} 1 http_requests_total{method="GET",path="/.env.staging",status="404"} 1 http_requests_total{method="GET",path="/.env.swp",status="404"} 1 http_requests_total{method="GET",path="/.env.test",status="404"} 1 http_requests_total{method="GET",path="/.env.txt",status="404"} 1 http_requests_total{method="GET",path="/.env.uat",status="404"} 1 http_requests_total{method="GET",path="/.env.yaml",status="404"} 1 http_requests_total{method="GET",path="/.env.yml",status="404"} 1 http_requests_total{method="GET",path="/.env1",status="404"} 1 http_requests_total{method="GET",path="/.env2",status="404"} 1 http_requests_total{method="GET",path="/.env_copy",status="404"} 1 http_requests_total{method="GET",path="/.env~",status="404"} 1 http_requests_total{method="GET",path="/.git/.env",status="404"} 1 http_requests_total{method="GET",path="/.git/config",status="404"} 1 http_requests_total{method="GET",path="/.mopj.php",status="404"} 1 http_requests_total{method="GET",path="//av.php",status="404"} 1 http_requests_total{method="GET",path="/100.php",status="404"} 1 http_requests_total{method="GET",path="/133.php",status="404"} 1 http_requests_total{method="GET",path="/222.php",status="404"} 2 http_requests_total{method="GET",path="/33.php",status="404"} 1 http_requests_total{method="GET",path="/3PJcpMFsD8B.php",status="404"} 1 http_requests_total{method="GET",path="/4PJcpMFsD8B.php",status="404"} 1 http_requests_total{method="GET",path="/82.php",status="404"} 1 http_requests_total{method="GET",path="/BDKR28WP.php",status="404"} 1 http_requests_total{method="GET",path="/SDsadqwrf.php",status="404"} 1 http_requests_total{method="GET",path="/_environment",status="404"} 1 http_requests_total{method="GET",path="/_phpinfo.php",status="404"} 1 http_requests_total{method="GET",path="/_profiler/phpinfo",status="404"} 1 http_requests_total{method="GET",path="/ab.php",status="404"} 1 http_requests_total{method="GET",path="/about.php",status="404"} 1 http_requests_total{method="GET",path="/actions/.env",status="404"} 1 http_requests_total{method="GET",path="/admin-panel/.env",status="404"} 1 http_requests_total{method="GET",path="/admin.php",status="404"} 1 http_requests_total{method="GET",path="/admin.php/nope.php",status="404"} 1 http_requests_total{method="GET",path="/admin/.env",status="404"} 1 http_requests_total{method="GET",path="/admin/phpinfo.php",status="404"} 1 http_requests_total{method="GET",path="/adminfuns.php",status="404"} 1 http_requests_total{method="GET",path="/administrator/.env",status="404"} 1 http_requests_total{method="GET",path="/administrator/phpinfo.php",status="404"} 1 http_requests_total{method="GET",path="/angular/.env",status="404"} 1 http_requests_total{method="GET",path="/ano.php",status="404"} 1 http_requests_total{method="GET",path="/ansible/.env",status="404"} 1 http_requests_total{method="GET",path="/api/.env",status="404"} 1 http_requests_total{method="GET",path="/api/dev/.env",status="404"} 1 http_requests_total{method="GET",path="/api/staging/.env",status="404"} 1 http_requests_total{method="GET",path="/api/v1/.env",status="404"} 1 http_requests_total{method="GET",path="/api/v2/.env",status="404"} 1 http_requests_total{method="GET",path="/api/v3/.env",status="404"} 1 http_requests_total{method="GET",path="/app/.env",status="404"} 1 http_requests_total{method="GET",path="/application/.env",status="404"} 1 http_requests_total{method="GET",path="/apps/.env",status="404"} 1 http_requests_total{method="GET",path="/assets/.env",status="404"} 1 http_requests_total{method="GET",path="/auth",status="404"} 2 http_requests_total{method="GET",path="/auth/login",status="405"} 2 http_requests_total{method="GET",path="/aws/.env",status="404"} 1 http_requests_total{method="GET",path="/azure/.env",status="404"} 1 http_requests_total{method="GET",path="/b8.php",status="404"} 1 http_requests_total{method="GET",path="/backend/.env",status="404"} 1 http_requests_total{method="GET",path="/backup/.env",status="404"} 1 http_requests_total{method="GET",path="/backups/.env",status="404"} 1 http_requests_total{method="GET",path="/beta/.env",status="404"} 1 http_requests_total{method="GET",path="/beta/phpinfo.php",status="404"} 1 http_requests_total{method="GET",path="/bin/.env",status="404"} 1 http_requests_total{method="GET",path="/biufile.php",status="404"} 1 http_requests_total{method="GET",path="/blurbs.php",status="404"} 1 http_requests_total{method="GET",path="/bootstrap/.env",status="404"} 1 http_requests_total{method="GET",path="/brevo/.env",status="404"} 1 http_requests_total{method="GET",path="/btx25.php",status="404"} 1 http_requests_total{method="GET",path="/build/.env",status="404"} 1 http_requests_total{method="GET",path="/buildkite/.env",status="404"} 1 http_requests_total{method="GET",path="/bulk/.env",status="404"} 1 http_requests_total{method="GET",path="/cache/.env",status="404"} 1 http_requests_total{method="GET",path="/cakephp/.env",status="404"} 1 http_requests_total{method="GET",path="/campaign/.env",status="404"} 1 http_requests_total{method="GET",path="/ccc.php",status="404"} 1 http_requests_total{method="GET",path="/cd/.env",status="404"} 1 http_requests_total{method="GET",path="/ci/.env",status="404"} 1 http_requests_total{method="GET",path="/circleci/.env",status="404"} 1 http_requests_total{method="GET",path="/classwithtostring.php",status="404"} 1 http_requests_total{method="GET",path="/client/.env",status="404"} 1 http_requests_total{method="GET",path="/cloud/.env",status="404"} 1 http_requests_total{method="GET",path="/cms/.env",status="404"} 1 http_requests_total{method="GET",path="/codeigniter/.env",status="404"} 1 http_requests_total{method="GET",path="/coffee.php",status="404"} 1 http_requests_total{method="GET",path="/coffexium.php",status="404"} 1 http_requests_total{method="GET",path="/config/.env",status="404"} 1 http_requests_total{method="GET",path="/config/app/.env",status="404"} 1 http_requests_total{method="GET",path="/control-panel/.env",status="404"} 1 http_requests_total{method="GET",path="/core/.env",status="404"} 1 http_requests_total{method="GET",path="/core/app/.env",status="404"} 1 http_requests_total{method="GET",path="/core/phpinfo.php",status="404"} 1 http_requests_total{method="GET",path="/cpanel/phpinfo.php",status="404"} 1 http_requests_total{method="GET",path="/crm/.env",status="404"} 1 http_requests_total{method="GET",path="/cron/.env",status="404"} 1 http_requests_total{method="GET",path="/cronlab/.env",status="404"} 1 http_requests_total{method="GET",path="/current/.env",status="404"} 1 http_requests_total{method="GET",path="/dashboard/.env",status="404"} 1 http_requests_total{method="GET",path="/database/.env",status="404"} 1 http_requests_total{method="GET",path="/db.php/new.php",status="404"} 1 http_requests_total{method="GET",path="/debug.php",status="404"} 1 http_requests_total{method="GET",path="/deploy/.env",status="404"} 1 http_requests_total{method="GET",path="/dev/.env",status="404"} 1 http_requests_total{method="GET",path="/dev/phpinfo.php",status="404"} 1 http_requests_total{method="GET",path="/development/.env",status="404"} 1 http_requests_total{method="GET",path="/dex.php",status="404"} 1 http_requests_total{method="GET",path="/dist/.env",status="404"} 1 http_requests_total{method="GET",path="/docker/.env",status="404"} 1 http_requests_total{method="GET",path="/docs/phpinfo.php",status="404"} 1 http_requests_total{method="GET",path="/drupal/.env",status="404"} 1 http_requests_total{method="GET",path="/elasticsearch/.env",status="404"} 1 http_requests_total{method="GET",path="/email/.env",status="404"} 1 http_requests_total{method="GET",path="/en/.env",status="404"} 1 http_requests_total{method="GET",path="/erp/.env",status="404"} 1 http_requests_total{method="GET",path="/exapi/.env",status="404"} 1 http_requests_total{method="GET",path="/express/.env",status="404"} 1 http_requests_total{method="GET",path="/f35.php",status="404"} 1 http_requests_total{method="GET",path="/favicon.ico",status="404"} 1 http_requests_total{method="GET",path="/file15.php",status="404"} 1 http_requests_total{method="GET",path="/file2.php",status="404"} 1 http_requests_total{method="GET",path="/file5.php",status="404"} 1 http_requests_total{method="GET",path="/file61.php",status="404"} 1 http_requests_total{method="GET",path="/files.php/new.php",status="404"} 1 http_requests_total{method="GET",path="/frontend/.env",status="404"} 1 http_requests_total{method="GET",path="/gateway/.env",status="404"} 1 http_requests_total{method="GET",path="/gcp/.env",status="404"} 1 http_requests_total{method="GET",path="/gigi.php",status="404"} 1 http_requests_total{method="GET",path="/github/.env",status="404"} 1 http_requests_total{method="GET",path="/gitlab/.env",status="404"} 1 http_requests_total{method="GET",path="/goods.php",status="404"} 1 http_requests_total{method="GET",path="/graphql/.env",status="404"} 1 http_requests_total{method="GET",path="/healthz",status="200"} 3985 http_requests_total{method="GET",path="/hosting/phpinfo.php",status="404"} 1 http_requests_total{method="GET",path="/htdocs/.env",status="404"} 1 http_requests_total{method="GET",path="/htdocs/phpinfo.php",status="404"} 1 http_requests_total{method="GET",path="/html/.env",status="404"} 1 http_requests_total{method="GET",path="/i.php",status="404"} 1 http_requests_total{method="GET",path="/images.php",status="404"} 1 http_requests_total{method="GET",path="/includes/phpinfo.php",status="404"} 1 http_requests_total{method="GET",path="/indo.php",status="404"} 1 http_requests_total{method="GET",path="/info",status="404"} 1 http_requests_total{method="GET",path="/info.php",status="404"} 1 http_requests_total{method="GET",path="/info.php.bak",status="404"} 1 http_requests_total{method="GET",path="/info.php/new.php",status="404"} 1 http_requests_total{method="GET",path="/infrastructure/.env",status="404"} 1 http_requests_total{method="GET",path="/inso.php",status="404"} 1 http_requests_total{method="GET",path="/internal/.env",status="404"} 1 http_requests_total{method="GET",path="/items/ref_indonesia_banks",status="200"} 2 http_requests_total{method="GET",path="/items/ref_indonesia_holidays_skb",status="200"} 1 http_requests_total{method="GET",path="/items/ref_indonesia_provinces",status="200"} 2 http_requests_total{method="GET",path="/items/ruangpanji_ventures",status="200"} 1 http_requests_total{method="GET",path="/jenkins/.env",status="404"} 1 http_requests_total{method="GET",path="/job/.env",status="404"} 1 http_requests_total{method="GET",path="/joomla/.env",status="404"} 1 http_requests_total{method="GET",path="/k.php",status="404"} 1 http_requests_total{method="GET",path="/k8s/.env",status="404"} 1 http_requests_total{method="GET",path="/kafka/.env",status="404"} 1 http_requests_total{method="GET",path="/kubernetes/.env",status="404"} 1 http_requests_total{method="GET",path="/lab/.env",status="404"} 1 http_requests_total{method="GET",path="/laravel/.env",status="404"} 1 http_requests_total{method="GET",path="/laravel5/.env",status="404"} 1 http_requests_total{method="GET",path="/lib.php/new.php",status="404"} 1 http_requests_total{method="GET",path="/lib/.env",status="404"} 1 http_requests_total{method="GET",path="/live/.env",status="404"} 1 http_requests_total{method="GET",path="/local/.env",status="404"} 1 http_requests_total{method="GET",path="/logs/.env",status="404"} 1 http_requests_total{method="GET",path="/m.php",status="404"} 1 http_requests_total{method="GET",path="/mac.php",status="404"} 1 http_requests_total{method="GET",path="/magento/.env",status="404"} 1 http_requests_total{method="GET",path="/mail/.env",status="404"} 1 http_requests_total{method="GET",path="/mail/phpinfo.php",status="404"} 1 http_requests_total{method="GET",path="/mailer/.env",status="404"} 1 http_requests_total{method="GET",path="/mailgun/.env",status="404"} 1 http_requests_total{method="GET",path="/mailing/.env",status="404"} 1 http_requests_total{method="GET",path="/mailjet/.env",status="404"} 1 http_requests_total{method="GET",path="/mandrill/.env",status="404"} 1 http_requests_total{method="GET",path="/metrics",status="200"} 1 http_requests_total{method="GET",path="/mghnhykio.php/new.php",status="404"} 1 http_requests_total{method="GET",path="/mgrr.php",status="404"} 1 http_requests_total{method="GET",path="/microservice/.env",status="404"} 1 http_requests_total{method="GET",path="/mongodb/.env",status="404"} 1 http_requests_total{method="GET",path="/mysql/.env",status="404"} 1 http_requests_total{method="GET",path="/nano.php",status="404"} 1 http_requests_total{method="GET",path="/nest/.env",status="404"} 1 http_requests_total{method="GET",path="/newsletter/.env",status="404"} 1 http_requests_total{method="GET",path="/next/.env",status="404"} 1 http_requests_total{method="GET",path="/node/.env",status="404"} 1 http_requests_total{method="GET",path="/notifications/.env",status="404"} 1 http_requests_total{method="GET",path="/notify/.env",status="404"} 1 http_requests_total{method="GET",path="/nuxt/.env",status="404"} 1 http_requests_total{method="GET",path="/old/.env",status="404"} 1 http_requests_total{method="GET",path="/old/phpinfo.php",status="404"} 1 http_requests_total{method="GET",path="/old_phpinfo.php",status="404"} 1 http_requests_total{method="GET",path="/ops.php",status="404"} 1 http_requests_total{method="GET",path="/opsh.php",status="404"} 1 http_requests_total{method="GET",path="/opt/.env",status="404"} 1 http_requests_total{method="GET",path="/p.php",status="404"} 1 http_requests_total{method="GET",path="/panel/.env",status="404"} 1 http_requests_total{method="GET",path="/php-info.php",status="404"} 1 http_requests_total{method="GET",path="/php.php",status="404"} 1 http_requests_total{method="GET",path="/phpinfo",status="404"} 1 http_requests_total{method="GET",path="/phpinfo.php",status="404"} 1 http_requests_total{method="GET",path="/phpinfo.php.bak",status="404"} 1 http_requests_total{method="GET",path="/phpinfo.php.old",status="404"} 1 http_requests_total{method="GET",path="/phpinfo.php.save",status="404"} 1 http_requests_total{method="GET",path="/phpinfo.php~",status="404"} 1 http_requests_total{method="GET",path="/phpversion.php",status="404"} 1 http_requests_total{method="GET",path="/pi.php",status="404"} 1 http_requests_total{method="GET",path="/pinfo.php",status="404"} 1 http_requests_total{method="GET",path="/portal/.env",status="404"} 1 http_requests_total{method="GET",path="/postgres/.env",status="404"} 1 http_requests_total{method="GET",path="/postmark/.env",status="404"} 1 http_requests_total{method="GET",path="/prestashop/.env",status="404"} 1 http_requests_total{method="GET",path="/preview/.env",status="404"} 1 http_requests_total{method="GET",path="/preview/phpinfo.php",status="404"} 1 http_requests_total{method="GET",path="/private/.env",status="404"} 1 http_requests_total{method="GET",path="/prod/.env",status="404"} 1 http_requests_total{method="GET",path="/production/.env",status="404"} 1 http_requests_total{method="GET",path="/project/.env",status="404"} 1 http_requests_total{method="GET",path="/psnlink/.env",status="404"} 1 http_requests_total{method="GET",path="/public/.env",status="404"} 1 http_requests_total{method="GET",path="/public/phpinfo.php",status="404"} 1 http_requests_total{method="GET",path="/public_html/.env",status="404"} 1 http_requests_total{method="GET",path="/public_html/phpinfo.php",status="404"} 1 http_requests_total{method="GET",path="/puc.php",status="404"} 1 http_requests_total{method="GET",path="/qa/.env",status="404"} 1 http_requests_total{method="GET",path="/qa/phpinfo.php",status="404"} 1 http_requests_total{method="GET",path="/queue/.env",status="404"} 1 http_requests_total{method="GET",path="/rabbitmq/.env",status="404"} 1 http_requests_total{method="GET",path="/radio.php",status="404"} 1 http_requests_total{method="GET",path="/react/.env",status="404"} 1 http_requests_total{method="GET",path="/readyz",status="200"} 7973 http_requests_total{method="GET",path="/redis/.env",status="404"} 1 http_requests_total{method="GET",path="/release/.env",status="404"} 1 http_requests_total{method="GET",path="/releases/.env",status="404"} 1 http_requests_total{method="GET",path="/resources/.env",status="404"} 1 http_requests_total{method="GET",path="/rest/.env",status="404"} 1 http_requests_total{method="GET",path="/robots.txt",status="404"} 1 http_requests_total{method="GET",path="/saas/.env",status="404"} 1 http_requests_total{method="GET",path="/sallu.php",status="404"} 1 http_requests_total{method="GET",path="/sbin/.env",status="404"} 1 http_requests_total{method="GET",path="/scripts/.env",status="404"} 1 http_requests_total{method="GET",path="/sender/.env",status="404"} 1 http_requests_total{method="GET",path="/sendgrid/.env",status="404"} 1 http_requests_total{method="GET",path="/server-info.php",status="404"} 1 http_requests_total{method="GET",path="/server-status.php",status="404"} 1 http_requests_total{method="GET",path="/server/.env",status="404"} 1 http_requests_total{method="GET",path="/service/.env",status="404"} 1 http_requests_total{method="GET",path="/ses/.env",status="404"} 1 http_requests_total{method="GET",path="/sf.php",status="404"} 1 http_requests_total{method="GET",path="/shared/.env",status="404"} 1 http_requests_total{method="GET",path="/shiny.php",status="404"} 1 http_requests_total{method="GET",path="/shop/.env",status="404"} 1 http_requests_total{method="GET",path="/shopify/.env",status="404"} 1 http_requests_total{method="GET",path="/signon.php",status="404"} 1 http_requests_total{method="GET",path="/simple.php",status="404"} 1 http_requests_total{method="GET",path="/site/.env",status="404"} 1 http_requests_total{method="GET",path="/site/phpinfo.php",status="404"} 1 http_requests_total{method="GET",path="/sitemaps/.env",status="404"} 1 http_requests_total{method="GET",path="/smtp/.env",status="404"} 1 http_requests_total{method="GET",path="/smtp/phpinfo.php",status="404"} 1 http_requests_total{method="GET",path="/sparkpost/.env",status="404"} 1 http_requests_total{method="GET",path="/src/.env",status="404"} 1 http_requests_total{method="GET",path="/stage/.env",status="404"} 1 http_requests_total{method="GET",path="/staging/.env",status="404"} 1 http_requests_total{method="GET",path="/staging/phpinfo.php",status="404"} 1 http_requests_total{method="GET",path="/storage/.env",status="404"} 1 http_requests_total{method="GET",path="/store/.env",status="404"} 1 http_requests_total{method="GET",path="/svelte/.env",status="404"} 1 http_requests_total{method="GET",path="/symfony/.env",status="404"} 1 http_requests_total{method="GET",path="/temp/.env",status="404"} 1 http_requests_total{method="GET",path="/terraform/.env",status="404"} 1 http_requests_total{method="GET",path="/test.php",status="404"} 1 http_requests_total{method="GET",path="/test/.env",status="404"} 1 http_requests_total{method="GET",path="/test/phpinfo.php",status="404"} 1 http_requests_total{method="GET",path="/themes.php",status="404"} 1 http_requests_total{method="GET",path="/this_is_a_new_hello_world.php",status="404"} 1 http_requests_total{method="GET",path="/tmp/.env",status="404"} 1 http_requests_total{method="GET",path="/tmp/phpinfo.php",status="404"} 1 http_requests_total{method="GET",path="/tools/.env",status="404"} 1 http_requests_total{method="GET",path="/transactional/.env",status="404"} 1 http_requests_total{method="GET",path="/travis/.env",status="404"} 1 http_requests_total{method="GET",path="/uat/.env",status="404"} 1 http_requests_total{method="GET",path="/uat/phpinfo.php",status="404"} 1 http_requests_total{method="GET",path="/uploads/.env",status="404"} 1 http_requests_total{method="GET",path="/user-panel/.env",status="404"} 1 http_requests_total{method="GET",path="/v1/.env",status="404"} 1 http_requests_total{method="GET",path="/v2/.env",status="404"} 1 http_requests_total{method="GET",path="/v3/.env",status="404"} 1 http_requests_total{method="GET",path="/var/www/.env",status="404"} 1 http_requests_total{method="GET",path="/var/www/html/.env",status="404"} 1 http_requests_total{method="GET",path="/vendor/.env",status="404"} 1 http_requests_total{method="GET",path="/vite/.env",status="404"} 1 http_requests_total{method="GET",path="/vue/.env",status="404"} 1 http_requests_total{method="GET",path="/w.php",status="404"} 1 http_requests_total{method="GET",path="/web/.env",status="404"} 1 http_requests_total{method="GET",path="/webmail/phpinfo.php",status="404"} 1 http_requests_total{method="GET",path="/webroot/index.php/_environment",status="404"} 1 http_requests_total{method="GET",path="/wordpress/.env",status="404"} 1 http_requests_total{method="GET",path="/worker/.env",status="404"} 1 http_requests_total{method="GET",path="/wp-admin/phpinfo.php",status="404"} 1 http_requests_total{method="GET",path="/wp-content/plugins/hellopress/wp_filemanager.php",status="404"} 1 http_requests_total{method="GET",path="/wp-content/uploads/",status="404"} 1 http_requests_total{method="GET",path="/wp-json/gravitysmtp/v1/tests/mock-data",status="404"} 1 http_requests_total{method="GET",path="/wp-ws68.php",status="404"} 1 http_requests_total{method="GET",path="/wp/.env",status="404"} 1 http_requests_total{method="GET",path="/ws13.php",status="404"} 1 http_requests_total{method="GET",path="/ws55.php",status="404"} 1 http_requests_total{method="GET",path="/www/.env",status="404"} 1 http_requests_total{method="GET",path="/www/phpinfo.php",status="404"} 1 http_requests_total{method="GET",path="/xx.php",status="404"} 1 http_requests_total{method="GET",path="/xyn.php",status="404"} 1 http_requests_total{method="GET",path="/yii/.env",status="404"} 1 http_requests_total{method="GET",path="/zend/.env",status="404"} 1 http_requests_total{method="POST",path="/",status="405"} 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 15 # 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 6.623123e+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 8.502366e+06 # HELP process_open_fds Number of open file descriptors. # TYPE process_open_fds gauge process_open_fds 13 # HELP process_resident_memory_bytes Resident memory size in bytes. # TYPE process_resident_memory_bytes gauge process_resident_memory_bytes 2.0451328e+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.79042117546e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 1.307291648e+09 # HELP process_virtual_memory_max_bytes Maximum amount of virtual memory available in bytes. # TYPE process_virtual_memory_max_bytes gauge process_virtual_memory_max_bytes 1.8446744073709552e+19 # HELP promhttp_metric_handler_requests_in_flight Current number of scrapes being served. # TYPE promhttp_metric_handler_requests_in_flight gauge promhttp_metric_handler_requests_in_flight 1 # HELP promhttp_metric_handler_requests_total Total number of scrapes by HTTP status code. # TYPE promhttp_metric_handler_requests_total counter promhttp_metric_handler_requests_total{code="200"} 1 promhttp_metric_handler_requests_total{code="500"} 0 promhttp_metric_handler_requests_total{code="503"} 0